➡ Rename mobilizon default dev hostname from .dev to .local
Because Google has .dev and it's HSTS preloaded 😔
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
20fc579677
commit
bbe4b57baf
@ -11,7 +11,7 @@ config :mobilizon, MobilizonWeb.Endpoint,
|
|||||||
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4001
|
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4001
|
||||||
],
|
],
|
||||||
url: [
|
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
|
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4001
|
||||||
],
|
],
|
||||||
debug_errors: true,
|
debug_errors: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user