Skip to content

Commit

Permalink
Update .env.defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tyliec authored Aug 27, 2023
1 parent 672cd41 commit 6f62974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ DATABASE_URL="sqlserver://localhost:1433;database=HIERR;user=sa;password=<YourSt
NEXTAUTH_URL="http://localhost:3000"
EMAIL_SERVER="smtp://localhost:25"
EMAIL_FROM="[email protected]"
NEXT_PUBLIC_POLIS_SURVEYS='[{"id": "{yourSurveyID1}", "title": "{yourSurveyTitle1}", "description", "{yourSurveyDescription1}"}, ...]'
NEXT_PUBLIC_POLIS_SURVEYS='[{"id": "{yourSurveyID1}", "title": "{yourSurveyTitle1}", "description", "{yourSurveyDescription1}"}]'
NEXT_PUBLIC_SEARCH_API='{your ArcGIS Search Api Key}'
AUTHORIZED_POLIS_CONVERT_EMAILS_FILE={path to file that contains a list of email addresses (one per line) whose users are authorized to export POLIS data}

0 comments on commit 6f62974

Please sign in to comment.