turn off google SSO by default and remove test google oauth credentials

Этот коммит содержится в:
JoramWilander
2015-08-14 11:57:46 -04:00
родитель 8feec04929
Коммит 07704d3299

Просмотреть файл

@@ -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",