From 9af341befba30aa20ab0f8dac61ae56f8c486142 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Wed, 23 Oct 2013 18:31:01 +0300 Subject: [PATCH] Bug Fix --- config/env/development.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env/development.json b/config/env/development.json index a80c0a7863..cc3055f415 100644 --- a/config/env/development.json +++ b/config/env/development.json @@ -19,8 +19,8 @@ "callbackURL": "http://localhost:3000/auth/github/callback" }, "google": { - "clientID": "830820944501.apps.googleusercontent.com", - "clientSecret": "LU_4OLH2EFZF0OVr4MNh4wH1", + "clientID": "APP_ID", + "clientSecret": "APP_SECRET", "callbackURL": "http://localhost:3000/auth/google/callback" } } \ No newline at end of file