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:
@@ -8,6 +8,9 @@
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
"POLL_RATE_MS": 2000
|
||||
},
|
||||
"SYSLOG" : {
|
||||
"MIN_PRIORITY": "debug"
|
||||
},
|
||||
"CORE_RPC": {
|
||||
"PORT": 18332,
|
||||
"USERNAME": "foo",
|
||||
|
||||
Reference in New Issue
Block a user