zcash-grant-system/frontend/.env.example

18 lines
537 B
Plaintext
Raw Normal View History

# Disable typescript checking for dev building (reduce build time & resource usage)
NO_DEV_TS_CHECK=true
2018-11-25 20:02:35 -08:00
NODE_ENV=development
# Set the public host url (no trailing slash)
2019-01-22 10:40:20 -08:00
PUBLIC_HOST_URL=https://grants.zfnd.org
2018-11-21 15:24:33 -08:00
2018-11-25 20:02:35 -08:00
BACKEND_URL=http://localhost:5000
# sentry
# SENTRY_DSN=https://PUBLICKEY@sentry.io/PROJECTID
# SENTRY_RELEASE="optional, provides sentry logging with release info"
2019-01-23 13:30:03 -08:00
# Blockchain explorer to link to. Top for mainnet, bottom for testnet.
# EXPLORER_URL="https://explorer.zcha.in/"
EXPLORER_URL="https://testnet.zcha.in/"