Update production bisq instance backend config for Bisq Markets data

This commit is contained in:
wiz 2020-09-18 22:02:23 +09:00
parent 91815072d5
commit 55852bcf62
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -14,7 +14,10 @@
"TX_PER_SECOND_SPAN_SECONDS": 150,
"ELECTRS_API_URL": "http://[::1]:3000",
"BISQ_ENABLED": true,
"BISQ_BLOCKS_DATA_PATH": "/bisq/data",
"BSQ_BLOCKS_DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db/json",
"BISQ_BLOCKS_DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db/json",
"BISQ_MARKET_ENABLED": true,
"BISQ_MARKETS_DATA_PATH": "/bisq/statsnode-data",
"SSL": false,
"SSL_CERT_FILE_PATH": "/etc/letsencrypt/live/mysite/fullchain.pem",
"SSL_KEY_FILE_PATH": "/etc/letsencrypt/live/mysite/privkey.pem"