From 819da7b8eeb26a5f1f706393044786ab858327e4 Mon Sep 17 00:00:00 2001 From: Darrell Malone Jr Date: Sat, 7 Sep 2024 13:36:15 -0700 Subject: [PATCH] Update .env template --- .env.template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.env.template b/.env.template index af08f4199..10a1ac6c4 100644 --- a/.env.template +++ b/.env.template @@ -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