Adding local web2 interface

This commit is contained in:
DevOps Bot
2026-07-13 16:21:34 -07:00
parent c5debbde34
commit a43d916684
2 changed files with 7 additions and 1 deletions
@@ -33,4 +33,10 @@ export APP_ID=bch-dex-001
export OPERATOR_ADDRESS=bitcoincash:qzauj67nsqqmtu2pql7wcak3ct7lu2fppqkj0xwvwl
export OPERATOR_PERCENTAGE=10.0
export FULLSTACKCASH=false
export APISERVER=http://192.168.2.156:5942/v6/
export WALLET_INTERFACE=web2
npm start
+1 -1
View File
@@ -38,7 +38,7 @@ services:
- '4005:4005' # WebRTC
volumes:
- ../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json
- ../../../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json
- ./bch-dex/start-production.sh:/home/safeuser/bch-dex/start-production.sh
restart: always