summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-08-14 11:57:46 -0400
committerJoramWilander <jwawilander@gmail.com>2015-08-14 12:38:16 -0400
commit07704d3299d6c85c531c98d7ff61251dc8e1f277 (patch)
treedf0de3cd4b5371d0b951d706f75dc37e5834878b /config
parent8feec04929f17eb99e2f121530b8596966161528 (diff)
downloadchat-07704d3299d6c85c531c98d7ff61251dc8e1f277.tar.gz
chat-07704d3299d6c85c531c98d7ff61251dc8e1f277.tar.bz2
chat-07704d3299d6c85c531c98d7ff61251dc8e1f277.zip
turn off google SSO by default and remove test google oauth credentials
Diffstat (limited to 'config')
-rw-r--r--config/config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index 8405b9076..e7134cba5 100644
--- a/config/config.json
+++ b/config/config.json
@@ -35,9 +35,9 @@
"UserApiEndpoint": ""
},
"google": {
- "Allow": true,
- "Secret": "hWN1kiPeyihN6nHr36j0oDqx",
- "Id": "974585606220-ek5q66olpagb069pkg9ok0d7h8djeov6.apps.googleusercontent.com",
+ "Allow": false,
+ "Secret": "",
+ "Id": "",
"Scope": "email profile",
"AuthEndpoint": "https://accounts.google.com/o/oauth2/auth",
"TokenEndpoint": "https://www.googleapis.com/oauth2/v3/token",