From 1c1cd62454ba00ea61aa74ae2ffe4db02012dc21 Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 29 Aug 2023 23:36:21 +0300 Subject: [PATCH] update cfg --- settings.py_example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py_example b/settings.py_example index 9e86a99..ff77121 100644 --- a/settings.py_example +++ b/settings.py_example @@ -25,6 +25,9 @@ COIN_MODE = os.environ.get("WOWLET_COIN_MODE", "mainnet").lower() TOR_SOCKS_PROXY = os.environ.get("WOWLET_TOR_SOCKS_PROXY", "socks5://127.0.0.1:9050") +RPC_WOWNERO_HOST = "127.0.0.1" +RPC_WOWNERO_PORT = 34568 + # while fetching USD price from coingecko, also include these extra coins: CRYPTO_RATES_COINS_EXTRA = { "wownero": "wow"