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

17 lines
688 B
Plaintext
Raw Normal View History

2018-09-10 09:55:26 -07:00
# Environment variable overrides for local development
FLASK_APP=app.py
FLASK_ENV=development
SITE_URL="https://grant.io" # No trailing slash
2018-09-10 09:55:26 -07:00
DATABASE_URL="sqlite:////tmp/dev.db"
REDISTOGO_URL="redis://localhost:6379"
SECRET_KEY="not-so-secret"
SENDGRID_API_KEY="optional, but emails won't send without it"
# for ropsten use the following
# ETHEREUM_ENDPOINT_URI = "https://ropsten.infura.io/API_KEY"
2018-11-16 19:33:25 -08:00
ETHEREUM_ENDPOINT_URI = "http://localhost:8545"
2018-11-21 15:24:33 -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-16 19:33:25 -08:00
UPLOAD_DIRECTORY = "/tmp"
2018-11-21 15:24:33 -08:00
UPLOAD_URL = "http://localhost:5000" # for constructing download url