Add debug.log path to mainnet prod config

This commit is contained in:
natsoni
2025-01-28 12:47:11 +01:00
parent 5f761098ae
commit ec7af86142

View File

@@ -30,7 +30,8 @@
"CORE_RPC": {
"PORT": 8332,
"USERNAME": "__BITCOIN_RPC_USER__",
"PASSWORD": "__BITCOIN_RPC_PASS__"
"PASSWORD": "__BITCOIN_RPC_PASS__",
"DEBUG_LOG_PATH": "/bitcoin/debug.log"
},
"SECOND_CORE_RPC": {
"PORT": 8302,