diff options
author | Timo Kösters <timo@koesters.xyz> | 2022-06-18 11:21:31 +0000 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2022-06-18 11:21:31 +0000 |
commit | e70cff196b9d05d43eacbf1b6763a81ecbbbefb4 (patch) | |
tree | 66f4624b1c174647e5c4ab89c303cd8a29797137 /debian | |
parent | 0286a804f4e027687a8bd76244cd9398003374f7 (diff) | |
parent | b10dbc747bed15b7eeffb22c3478869de697d060 (diff) | |
download | conduit-e70cff196b9d05d43eacbf1b6763a81ecbbbefb4.zip |
Merge branch 'fix-deb-postinst-config' into 'next'
Remove the address override in deb generated config
See merge request famedly/conduit!344
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 ;; |