Skip to content

Commit

Permalink
feat: add env example in console (#1685)
Browse files Browse the repository at this point in the history
Because

- add env example in console

This commit

- add env example in console
  • Loading branch information
EiffelFly authored Feb 25, 2025
1 parent 034d813 commit d1f2457
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apps/console/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Integration
NEXTAUTH_URL=
NEXTAUTH_URL_INTERNAL=
INTEGRATION_GITHUB_CLIENT_ID=
INTEGRATION_GITHUB_CLIENT_SECRET=
INTEGRATION_SLACK_CLIENT_ID=
INTEGRATION_SLACK_CLIENT_SECRET=
INTEGRATION_GOOGLE_DRIVE_CLIENT_ID=
INTEGRATION_GOOGLE_DRIVE_CLIENT_SECRET=
INTEGRATION_GOOGLE_SHEETS_CLIENT_ID=
INTEGRATION_GOOGLE_SHEETS_CLIENT_SECRET=

# Added by `npx auth`. Read more: https://cli.authjs.dev
AUTH_SECRET=

# For downloading component icons
GITHUB_TOKEN=

0 comments on commit d1f2457

Please sign in to comment.