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

30 lines
878 B
Plaintext
Raw Normal View History

# Disable typescript checking for dev building (reduce build time & resource usage)
NO_DEV_TS_CHECK=true
2019-01-31 17:49:13 -08:00
# NODE_ENV=development
2018-11-25 20:02:35 -08:00
# 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://chain.so/tx/ZEC/<txid>"
EXPLORER_URL="https://chain.so/tx/ZECTEST/<txid>"
2019-01-31 17:49:13 -08:00
# Amount for staking a proposal in ZEC, keep in sync with backend .env
PROPOSAL_STAKING_AMOUNT=0.025
2019-01-31 17:50:26 -08:00
2019-01-31 17:49:13 -08:00
# Normally production runs with SSL, this disables that
DISABLE_SSL=true
# Uncomment if running on testnet
# TESTNET=true
# Maximum amount for a proposal target, keep in sync with backend .env
PROPOSAL_TARGET_MAX=10000