docs: document GitHub OAuth env vars in .env.example
This commit is contained in:
parent
0a72a2d547
commit
ffb2f673ec
1 changed files with 8 additions and 0 deletions
|
|
@ -124,11 +124,19 @@ THREADS_CLIENT_REDIRECT="${APP_URL}/accounts/threads/callback"
|
|||
|
||||
# Google (https://console.cloud.google.com)
|
||||
# Used for YouTube social account connection AND Google login/signup
|
||||
GOOGLE_AUTH_ENABLED=false
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
GOOGLE_CLIENT_REDIRECT="${APP_URL}/accounts/youtube/callback"
|
||||
GOOGLE_AUTH_CALLBACK="${APP_URL}/auth/google/callback"
|
||||
|
||||
# GitHub (https://github.com/settings/developers)
|
||||
# Used for GitHub login/signup
|
||||
GITHUB_AUTH_ENABLED=false
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_CLIENT_SECRET=
|
||||
GITHUB_AUTH_CALLBACK="${APP_URL}/auth/github/callback"
|
||||
|
||||
# Pinterest (https://developers.pinterest.com)
|
||||
PINTEREST_CLIENT_ID=
|
||||
PINTEREST_CLIENT_SECRET=
|
||||
|
|
|
|||
Loading…
Reference in a new issue