Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 chore: update .env.template #1058

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading