fix(docker): Disabling BCH payments in local P2WDB (be default)

This commit is contained in:
Chris Troutner
2022-12-10 12:36:02 -08:00
parent 9043aab432
commit 9787806427
+2 -2
View File
@@ -50,7 +50,7 @@ services:
container_name: p2wdb
environment:
CONSUMER_URL: 'https://free-bch.fullstack.cash'
ENABLE_BCH_PAYMENT: 1
#ENABLE_BCH_PAYMENT: 1
DEBUG_LEVEL: 1
logging:
driver: 'json-file'
@@ -68,7 +68,7 @@ services:
volumes:
- ../data/ipfsdata/p2wdb:/home/safeuser/ipfs-p2wdb-service/.ipfsdata/p2wdb
- ./p2wdb/start-production.sh:/home/safeuser/ipfs-p2wdb-service/start-production.sh
- ../scripts/wallet.json:/home/safeuser/ipfs-p2wdb-service/wallet.json
#- ../scripts/wallet.json:/home/safeuser/ipfs-p2wdb-service/wallet.json
restart: always
bch-dex: