forked from Veil-Project/Veil-Tools-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
8 lines (8 loc) · 998 Bytes
/
.env
1
2
3
4
5
6
7
8
NUXT_PUBLIC_SITE_URL=http://localhost:3000
NUXT_I18N_BASE_URL=https://veil.tools
NUXT_PUBLIC_SNAPSHOT_MIRRORS=[{"name": "Mainnet", "icon": "/images/networks/mainnet.svg", "mirrors": [{"name": "NA1", "path": "https://mirror-na1.veil.tools/"}, {"name": "NA2", "path": "https://mirror-na2.veil.tools/"},{"name": "EU1", "path": "https://mirror-eu1.veil.tools/"}, {"name": "EU2", "path": "https://mirror-eu2.veil.tools/"}]}, {"name": "Testnet", "icon": "/images/networks/testnet.svg", "mirrors": [{"name": "NA1", "path": "https://mirror-na1.veil.tools/testnet/"}, {"name": "NA2", "path": "https://mirror-na2.veil.tools/testnet/"},{"name": "EU1", "path": "https://mirror-eu1.veil.tools/testnet/"}, {"name": "EU2", "path": "https://mirror-eu2.veil.tools/testnet/"}]}]
NUXT_PUBLIC_EXPLORER_BACKEND_ENDPOINT=https://explorer-api.veil-project.com
NUXT_PUBLIC_NETWORK_PRE_MEASURE_FILE_SIZE=51200
NUXT_PUBLIC_NETWORK_MEASURE_FILE_SIZE=3145728
NUXT_PUBLIC_COOKIE_SAVE_DAYS=90
NUXT_PUBLIC_SNAPSHOTS_ENABLED=false