-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 1.12 KB
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ─────────────────────────────────────────────────────────────────────────────
# MyVoterWisdom — environment variable template
# Copy this file to .env and fill in real values. Never commit .env to git.
# ─────────────────────────────────────────────────────────────────────────────
# Flask
FLASK_SECRET_KEY=<generate with: python -c "import secrets; print(secrets.token_hex(32))">
FLASK_ENV=development
# Socrata Open Data API (https://data.kingcounty.gov)
# Register free at https://dev.socrata.com/register to get a token
SOCRATA_APP_TOKEN=YOUR_APP_TOKEN_HERE
# Google Cloud
GCLOUD_PROJECT_ID=your-gcloud-project-id
GCLOUD_REGION=us-central1
# SysWisdom Data Quality API (https://www.syswisdom.ai/data-quality-score)
# Set this in Render dashboard: Environment > DATA_QUALITY_API_KEY
DATA_QUALITY_API_KEY=<your-api-key-here>