Add debug.log path to mainnet prod config
This commit is contained in:
parent
5f761098ae
commit
ec7af86142
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user