docs: Add note to .env.sample about Google OAuth URI (#1706)

This commit is contained in:
Reid Beels 2020-12-07 08:55:37 -08:00 committed by GitHub
parent b2bdc7f1d4
commit 3f9f1f0bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ DEBUG=cache,presenters,events
SLACK_KEY=get_a_key_from_slack
SLACK_SECRET=get_the_secret_of_above_key
# To configure Google auth, you'll need to create an OAuth Client ID at
# => https://console.cloud.google.com/apis/credentials
#
# When configuring the Client ID, add an Authorized redirect URI:
# https://<your Outline URL>/auth/google.callback
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=