mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
drop unnecessary redis:// and socks5://
This commit is contained in:
parent
f4f3be10da
commit
294df039aa
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ services:
|
|||
environment:
|
||||
- WOWLET_DEBUG=false
|
||||
- WOWLET_PORT=1337
|
||||
- WOWLET_REDIS_ADDRESS=redis://redis
|
||||
- WOWLET_TOR_SOCKS_PROXY=socks5://tor-node:9050
|
||||
- WOWLET_REDIS_HOST=redis
|
||||
- WOWLET_TOR_SOCKS_PROXY=tor-node:9050
|
||||
- WOWLET_COIN_NAME=monero
|
||||
- WOWLET_COIN_SYMBOL=xmr
|
||||
- WOWLET_COIN_MODE=mainnet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue