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:
parent
b49bbe8a8f
commit
6779d3711d
1 changed files with 3 additions and 1 deletions
|
@ -17,9 +17,11 @@ config :mobilizon, MobilizonWeb.Endpoint,
|
||||||
load_from_system_env: true,
|
load_from_system_env: true,
|
||||||
url: [
|
url: [
|
||||||
host: "__DOMAIN__",
|
host: "__DOMAIN__",
|
||||||
port: __PORT__
|
scheme: "https",
|
||||||
|
port: 443
|
||||||
],
|
],
|
||||||
http: [
|
http: [
|
||||||
|
ip: {127, 0, 0, 1},
|
||||||
port: __PORT__
|
port: __PORT__
|
||||||
],
|
],
|
||||||
secret_key_base:
|
secret_key_base:
|
||||||
|
|
Loading…
Add table
Reference in a new issue