From 3f9f1f0bed187f2d2378054aaeeef1c037560a08 Mon Sep 17 00:00:00 2001 From: Reid Beels Date: Mon, 7 Dec 2020 08:55:37 -0800 Subject: [PATCH] docs: Add note to .env.sample about Google OAuth URI (#1706) --- .env.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.sample b/.env.sample index 23e78428..f1629c89 100644 --- a/.env.sample +++ b/.env.sample @@ -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:///auth/google.callback GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET=