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 97deb305af
commit e5ef51c40e
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

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: