Browse Source

Merge branch 'unbeatable-101-next-patch-64009' into 'next'

Add comment to the example config for the address to use with docker.

See merge request famedly/conduit!206
merge-requests/206/merge
unbeatable-101 4 years ago
parent
commit
99662924b4
  1. 2
      conduit-example.toml

2
conduit-example.toml

@ -39,7 +39,7 @@ trusted_servers = ["matrix.org"]
#log = "info,state_res=warn,rocket=off,_=off,sled=off" #log = "info,state_res=warn,rocket=off,_=off,sled=off"
#workers = 4 # default: cpu core count * 2 #workers = 4 # default: cpu core count * 2
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy, if you are running conduit from docker, set this to 0.0.0.0
proxy = "none" # more examples can be found at src/database/proxy.rs:6 proxy = "none" # more examples can be found at src/database/proxy.rs:6

Loading…
Cancel
Save