Skip to content

Commit

Permalink
🧹 chore: update .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jun 19, 2024
1 parent 893500b commit 3c26c18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/.env.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SAC_APPLICATION_PORT="8080"
SAC_APPLICATION_HOST="127.0.0.1"
SAC_APPLICATION_BASE_URL="http://127.0.0.1"
SAC_APPLICATION_PUBLIC_URL="http://127.0.0.1"

SAC_DB_USERNAME="postgres"
Expand Down Expand Up @@ -45,6 +44,9 @@ SAC_GOOGLE_OAUTH_KEY=GOOGLE_OAUTH_CLIENT_ID
SAC_GOOGLE_OAUTH_SECRET=GOOGLE_OAUTH_CLIENT_SECRET
SAC_GOOGLE_API_KEY=GOOGLE_API_KEY

SAC_MICROSOFT_OAUTH_KEY=test
SAC_MICROSOFT_OAUTH_WEB_KEY=test
SAC_MICROSOFT_OAUTH_WEB_SECRET=test

SAC_MICROSOFT_OAUTH_MOBILE_KEY=test

SAC_SEARCH_URI="http://127.0.0.1:9200"

0 comments on commit 3c26c18

Please sign in to comment.