diff options
author | Paul van Tilburg <paul@luon.net> | 2022-04-09 15:13:01 +0200 |
---|---|---|
committer | Paul van Tilburg <paul@luon.net> | 2022-04-09 15:13:01 +0200 |
commit | b10dbc747bed15b7eeffb22c3478869de697d060 (patch) | |
tree | ac2c9be60ea1e0aa7a1d91a5cf99fc1d4a785ae2 /debian | |
parent | 6e106b573232effc8e245321af5c5353c5550729 (diff) | |
download | conduit-b10dbc747bed15b7eeffb22c3478869de697d060.zip |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst index 378f99e..aab2480 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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 ;; |