Merge branch 'bug/picture-url-generation' into 'master'

Fix (somehow) picture URL generation issue

See merge request framasoft/mobilizon!217
This commit is contained in:
Thomas Citharel 2019-10-03 15:45:12 +02:00
commit 7412702cd8
1 changed files with 1 additions and 1 deletions

View File

@ -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,