Rename env variable call

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-12-20 18:30:37 +01:00
parent 5215189e47
commit 31a0baab2c

View File

@ -16,7 +16,7 @@ use Mix.Config
config :mobilizon, MobilizonWeb.Endpoint,
load_from_system_env: true,
url: [
host: System.get_env("MOBILIZON_HOST") || "example.com",
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "example.com",
port: 80
],
secret_key_base: