Skip to content

Commit

Permalink
feat: adds env to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed Jun 24, 2024
1 parent 0bfa6a7 commit 4e5689c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
VITE_UNFINISHED_FEATURES=false
VITE_DEBUG_LOG_DRY_RUN_ALTERNATIVE=0
VITE_DEFAULT_NETWORK=ae_mainnet

VITE_WALLET_URL=https://wallet.superhero.com

VITE_SENTRY_URL=https://[email protected]/6234797

VITE_MAINNET_DEX_BACKEND_URL=https://dex-backend-mainnet.prd.service.aepps.com/
VITE_TESTNET_DEX_BACKEND_URL=https://dex-backend-testnet.prd.service.aepps.com/

#if skipped or 0 a default value of 2000 will be applied
VITE_DEX_BACKEND_FETCH_TIMEOUT=8000
VITE_DEX_BACKEND_FETCH_INTERVAL=10000

VITE_DISABLE_DEX_BACKEND=false

VITE_I18N_FALLBACK_LOCALE=en

0 comments on commit 4e5689c

Please sign in to comment.