diff --git a/config/dev.exs b/config/dev.exs index e3b746515..ae2ab7e5e 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -12,7 +12,7 @@ config :mobilizon, MobilizonWeb.Endpoint, ], url: [ host: System.get_env("MOBILIZON_INSTANCE_HOST") || "mobilizon.local", - port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4000, + port: 80, scheme: "http" ], debug_errors: true,