Add some more settings

This commit is contained in:
tobtoht 2020-11-14 19:35:31 +01:00
parent 3a28a95b55
commit 5873861862
3 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ debug = False
host = "127.0.0.1"
port = 1337
redis_password = None
redis_address = "redis://localhost"
tor_socks = "socks5://127.0.0.1:9050"
rpc_url = "http://127.0.0.1:18089"
xmrchain = "https://stagenet.xmrchain.net"