Skip to content

Commit

Permalink
Update .env template
Browse files Browse the repository at this point in the history
  • Loading branch information
DMalone87 committed Sep 7, 2024
1 parent caf7f37 commit 819da7b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=police_data
POSTGRES_HOST=db
PGPORT=5432
GRAPH_USER=neo4j
GRAPH_PASSWORD=password
GRAPH_DB=police_data
GRAPH_URI=db
GRAPH_NM_URI=db:7687
GRAPH_PORT=5432
NPDI_API_PORT=5000
MIXPANEL_TOKEN=your_mixpanel_token
MAIL_SERVER=mail.yourdomain.com
MAIL_PORT=465
MAIL_USE_SSL=true

0 comments on commit 819da7b

Please sign in to comment.