Fix (somehow) picture URL generation issue
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1ff2c6871e
commit
cbb54e2b92
@ -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 New Issue
Block a user