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

Commit

Permalink
Add better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
khandelwal committed Mar 1, 2015
1 parent d4fbb50 commit bd5518a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copy this file to .env so that you can use tools like foreman or autoenv to
# manage these environment variables.

# Which environment? (defaults to development)
DJANGO_SETTINGS_MODULE=foia_hub.settings.dev
Expand All @@ -11,14 +13,14 @@ FOIA_SECRET_SESSION_KEY="CHANGE THIS"
# Replace with a Google Analytics ID in production
FOIA_ANALYTICS_ID=""

# Enable the app's own webform. (Not recommended.)
# Enable the app's own webform. (Not recommended)
# FOIA_SHOW_WEBFORM=true

# To use a sqlite3 DB:
DATABASE_URL="sqlite:///./foia.db"

# To use Postgres:
# DATABASE_URL=postgres://username:password@host:5432/whatever
# To use PostgreSQL:
# DATABASE_URL="postgres://username:password@host:5432/databasename"

# New Relic Key and Toggle, if there is a key new relic will run
# New Relic Key and Toggle, if there is a key New Relic will run
# NEW_RELIC_LICENSE_KEY=`licence key`

0 comments on commit bd5518a

Please sign in to comment.