add debug.log path to backend config

This commit is contained in:
natsoni
2024-10-04 22:15:00 +09:00
parent 0bd760d4d6
commit 67295c1b9b
4 changed files with 9 additions and 3 deletions

View File

@@ -45,7 +45,8 @@
"PASSWORD": "mempool",
"TIMEOUT": 60000,
"COOKIE": false,
"COOKIE_PATH": "/path/to/bitcoin/.cookie"
"COOKIE_PATH": "/path/to/bitcoin/.cookie",
"DEBUG_LOG_PATH": "/path/to/bitcoin/debug.log"
},
"ELECTRUM": {
"HOST": "127.0.0.1",