mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Add some more settings
This commit is contained in:
parent
3a28a95b55
commit
5873861862
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue