1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Fix listening ports

This commit is contained in:
yalh76 2019-04-12 00:17:44 +02:00
parent b49bbe8a8f
commit 6779d3711d

View file

@ -17,9 +17,11 @@ config :mobilizon, MobilizonWeb.Endpoint,
load_from_system_env: true,
url: [
host: "__DOMAIN__",
port: __PORT__
scheme: "https",
port: 443
],
http: [
ip: {127, 0, 0, 1},
port: __PORT__
],
secret_key_base: