Skip to content

Commit

Permalink
chore: add env config for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalovelo committed Jul 4, 2022
1 parent 4b9a981 commit e017754
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .env.dev-uat
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Server Configuration
NODE_URL = https://testnet.aeternity.io
WS_URL = wss://sdk-testnet.aepps.com/channel
COMPILER_URL = https://compiler.aepps.com
FAUCET_PUBLIC_ADDRESS = ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688
BOT_SERVICE_PORT=3000
NETWORK_ID = ae_uat

# Client Configuration
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=http://localhost:3000
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL= https://compiler.aepps.com
VITE_WS_URL= wss://sdk-testnet.aepps.com/channel
VITE_FAUCET_PUBLIC_ADDRESS = ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688
VITE_NETWORK_ID = ae_uat

0 comments on commit e017754

Please sign in to comment.