forked from potsda.mn/mobilizon
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:
commit
54bae359a1
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue