Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
removes .env from .gitignore, so jarbas will able to have automated d…
Browse files Browse the repository at this point in the history
…ocker image builds
  • Loading branch information
Felipe Morais committed May 12, 2017
1 parent 15ab50e commit 63529dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SECRET_KEY=jaa-aaa-ar-bas
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1

DATABASE_URL=postgres://jarbas@localhost/jarbas

AMAZON_S3_BUCKET=serenata-de-amor-data
AMAZON_S3_REGION=s3-sa-east-1
AMAZON_S3_CEAPTRANSLATION_DATE=2016-08-08

GOOGLE_STREET_VIEW_API_KEY=my-google-places-api-key
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# development environment
.coverage
.env
.floo
*.sqlite3
htmlcov/
Expand Down

0 comments on commit 63529dd

Please sign in to comment.