Rename env variable call
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
97deb305af
commit
e5ef51c40e
@ -16,7 +16,7 @@ use Mix.Config
|
|||||||
config :mobilizon, MobilizonWeb.Endpoint,
|
config :mobilizon, MobilizonWeb.Endpoint,
|
||||||
load_from_system_env: true,
|
load_from_system_env: true,
|
||||||
url: [
|
url: [
|
||||||
host: System.get_env("MOBILIZON_HOST") || "example.com",
|
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "example.com",
|
||||||
port: 80
|
port: 80
|
||||||
],
|
],
|
||||||
secret_key_base:
|
secret_key_base:
|
||||||
|
Loading…
Reference in New Issue
Block a user