From d5c26522cfce93154b3a83ade47c8d87c78fda83 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 12 Nov 2012 15:13:19 +0200 Subject: [PATCH] changed c9.io app to localhost --- lib/client/storage/_github.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/client/storage/_github.js b/lib/client/storage/_github.js index c05e2c62..057693a7 100644 --- a/lib/client/storage/_github.js +++ b/lib/client/storage/_github.js @@ -6,8 +6,10 @@ var CloudCommander, Util, DOM, $, Github; var cloudcmd = CloudCommander, - CLIENT_ID = '891c251b925e4e967fa9', - CLIENT_SECRET = 'afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545', + CLIENT_ID = '435c670f44320e287ad6', + //'891c251b925e4e967fa9', + CLIENT_SECRET = 'a8b49e8c8c1a6253b149d224149a076270d8d614', + //'afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545', GithubStore = {}; cloudcmd.Storage = {};