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:
commit
7412702cd8
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue