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