drop unnecessary redis:// and socks5://

This commit is contained in:
terrydavis 2024-02-22 19:15:49 +01:00
parent f4f3be10da
commit 294df039aa
1 changed files with 2 additions and 2 deletions

View File

@ -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