From 0e500353d495a57938a123a67ac76c7d9549f897 Mon Sep 17 00:00:00 2001 From: Byron Lutz Date: Thu, 17 Nov 2016 19:03:39 -0800 Subject: [PATCH] Added more instructions about how to set up google API --- docker-compose.override.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.override.yml.example b/docker-compose.override.yml.example index e576d41..e235b93 100644 --- a/docker-compose.override.yml.example +++ b/docker-compose.override.yml.example @@ -10,5 +10,6 @@ services: # Type: Web application # Authorized JavaScript origins: http://localhost:3000 # Authorized redirect URIs: http://localhost:3000/auth/google_oauth2/callback + # Make sure to enable the "Google+ API" in the console. - rails_settings.google_oauth.client_id=OAUTH_ID - rails_settings.google_oauth.client_secret=OAUTH_SECRET