Update production backend configuration files

* Set syslog priority to DEBUG since we're not Raspberry Pi
* Add 2nd core RPC configuration stubs for mainnet / liquid
This commit is contained in:
wiz
2021-09-25 01:19:33 +09:00
parent 5161cbcbce
commit e266a3a24d
5 changed files with 28 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
"API_URL_PREFIX": "/api/v1/",
"POLL_RATE_MS": 2000
},
"SYSLOG" : {
"MIN_PRIORITY": "debug"
},
"CORE_RPC": {
"PORT": 18332,
"USERNAME": "foo",