From cbb54e2b9231ef94ac41b0471a35c870404740fe Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 3 Oct 2019 15:35:38 +0200 Subject: [PATCH] Fix (somehow) picture URL generation issue Signed-off-by: Thomas Citharel --- config/dev.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,