From 964cf2dfd10c328acb07f942905995285ed4a4e1 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Wed, 23 Oct 2013 18:30:45 +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 cc3055f4..a80c0a78 100644 --- a/config/env/development.json +++ b/config/env/development.json @@ -19,8 +19,8 @@ "callbackURL": "http://localhost:3000/auth/github/callback" }, "google": { - "clientID": "APP_ID", - "clientSecret": "APP_SECRET", + "clientID": "830820944501.apps.googleusercontent.com", + "clientSecret": "LU_4OLH2EFZF0OVr4MNh4wH1", "callbackURL": "http://localhost:3000/auth/google/callback" } } \ No newline at end of file