need https darned it

This commit is contained in:
Bel LaPointe
2022-01-13 09:38:50 -05:00
parent ff6fbf9f16
commit 4f214dcd94
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ max_concurrent_requests = 10
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
#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 = "0.0.0.0" # This makes sure Conduit can only be reached using the reverse proxy
proxy = "none" # more examples can be found at src/database/proxy.rs:6