Merge branch 'fix-deb-postinst-config' into 'next'

Remove the address override in deb generated config

See merge request famedly/conduit!344
merge-requests/354/merge
Timo Kösters 2 years ago
commit e70cff196b

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…
Cancel
Save