mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Adding local web2 interface
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user