zcash-grant-system/frontend/.envexample

14 lines
353 B
Plaintext

# Disable typescript checking for dev building (reduce build time & resource usage)
NO_DEV_TS_CHECK=true
NODE_ENV=development
# Set the public host url (no trailing slash)
PUBLIC_HOST_URL=https://demo.grant.io
BACKEND_URL=http://localhost:5000
# sentry
SENTRY_DSN=https://PUBLICKEY@sentry.io/PROJECTID
SENTRY_RELEASE="optional, overrides git hash"