Merge branch 'bug/rename-mobilizon-dot-dev-to-dot-local' into 'master'

➡ Rename mobilizon default dev hostname from .dev to .local

See merge request framasoft/mobilizon!41
This commit is contained in:
Thomas Citharel 2019-01-04 17:00:31 +01:00
commit 54bae359a1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ config :mobilizon, MobilizonWeb.Endpoint,
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4001
],
url: [
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "mobilizon.dev",
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "mobilizon.local",
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4001
],
debug_errors: true,