Skip to content

Commit

Permalink
Create .env for Heroku Deployment
Browse files Browse the repository at this point in the history
Create .env for Heroku Deployment
  • Loading branch information
richifuentes committed May 23, 2019
1 parent 9be2ea7 commit 5637346
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
SUNLIGHT_API_KEY=""
GOOGLE_MAP_API_KEY=AIzaSyBqkFWOuYT2XM1qrKLZfK1ZFMX3P7WByEY
DJANGO_SECRET_KEY=xz%sui%r6mnh2dua$ul720)#+u)q83pa6rq@ow%hm+sj3b^5m&
PROPUBLICA_API_KEY=<pro_publica_api_key>

POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_DB=civiwiki_db
POSTGRES_USER=civiwiki
POSTGRES_PASSWORD=civiwiki


CIVIWIKI_LOCAL_DB_HOST=db
CIVIWIKI_LOCAL_NAME=civiwiki_db
CIVIWIKI_LOCAL_USERNAME=civiwiki
CIVIWIKI_LOCAL_PASSWORD=civiwiki

REDIS_URL=redis://redis:6379
DEBUG=True

0 comments on commit 5637346

Please sign in to comment.