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
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

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