Deployment on a Linux Serve
Ubuntu
git clone https://gitlab.com/PBSA/PeerplaysIO/tools-libs/peerid/peerid-gui.git
cd peerid-gui
npm installConfigure the environment file
touch .envDEV_API_ROUTE='http://example.com/'
PRODUCTION_API_ROUTE='http://examples.com/'
DEV_BASE_ROUTE='http://example.com/api'
PRODUCTION_BASE_ROUTE='http://examples.com/api'
BLOCKCHAIN_ENDPOINTS='wss://example-endpoint.com/api'
PEERPLAYS_USD_ASSET_ID='1.3.0'
PEERPLAYS_ESCROW_ACCOUNT_ID='1.2.23'
PEERPLAYS_PAYMENT_ACCOUNT_ID='1.2.21'PeerID-backend
Last updated
Was this helpful?
