chore: Update .env.example commenting (#1257)

Adds documentation on how to setup Google for OAuth when self hosting Documenso.
This commit is contained in:
Jacob Flaherty
2024-08-07 16:58:27 -07:00
committed by GitHub
parent 909c38f47e
commit f74265850b
3 changed files with 34 additions and 2 deletions

View File

@ -10,6 +10,8 @@ NEXT_PRIVATE_ENCRYPTION_KEY="CAFEBABE"
NEXT_PRIVATE_ENCRYPTION_SECONDARY_KEY="DEADBEEF"
# [[AUTH OPTIONAL]]
# Find documentation on setting up Google OAuth here:
# https://docs.documenso.com/developers/self-hosting/setting-up-oauth-providers#google-oauth-gmail
NEXT_PRIVATE_GOOGLE_CLIENT_ID=""
NEXT_PRIVATE_GOOGLE_CLIENT_SECRET=""