mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 18:28:22 -07:00
Remove the address override in deb generated config
This override was accidentally introduced by commit de6c331
.
The Debian postinst script will ask for and generate a config with the
address set. This should not be overriden by what is set in the default
config and is thus a deviation from the standard docs.
This commit is contained in:
parent
6e106b5732
commit
b10dbc747b
3
debian/postinst
vendored
3
debian/postinst
vendored
@ -78,9 +78,6 @@ trusted_servers = ["matrix.org"]
|
||||
|
||||
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
|
||||
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
|
||||
|
||||
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy
|
||||
#address = "0.0.0.0" # If Conduit is running in a container, make sure the reverse proxy (ie. Traefik) can reach it.
|
||||
EOF
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user