zcash-grant-system/frontend/.envexample

22 lines
874 B
Plaintext
Raw Normal View History

2018-09-10 09:55:26 -07:00
# Funds these addresses when `npm run truffle` runs. Comma separated.
FUND_ETH_ADDRESSES=0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520,0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068DEe0460DFa261520,0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D
# 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)
2018-11-21 15:24:33 -08:00
PUBLIC_HOST_URL=https://demo.grant.io
2018-11-25 20:02:35 -08:00
BACKEND_URL=http://localhost:5000
# sentry
2018-11-25 20:02:35 -08:00
SENTRY_DSN=https://PUBLICKEY@sentry.io/PROJECTID
SENTRY_RELEASE="optional, overrides git hash"
2018-11-25 20:02:35 -08:00
# CROWD_FUND_URL=https://eip-712.herokuapp.com/contract/crowd-fund
# CROWD_FUND_FACTORY_URL=https://eip-712.herokuapp.com/contract/factory
2018-11-25 20:02:35 -08:00
CROWD_FUND_URL=http://localhost:5000/dev-contracts/CrowdFund.json
CROWD_FUND_FACTORY_URL=http://localhost:5000/dev-contracts/CrowdFundFactory.json