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": "" "UserApiEndpoint": ""
}, },
"google": { "google": {
"Allow": true, "Allow": false,
"Secret": "hWN1kiPeyihN6nHr36j0oDqx", "Secret": "",
"Id": "974585606220-ek5q66olpagb069pkg9ok0d7h8djeov6.apps.googleusercontent.com", "Id": "",
"Scope": "email profile", "Scope": "email profile",
"AuthEndpoint": "https://accounts.google.com/o/oauth2/auth", "AuthEndpoint": "https://accounts.google.com/o/oauth2/auth",
"TokenEndpoint": "https://www.googleapis.com/oauth2/v3/token", "TokenEndpoint": "https://www.googleapis.com/oauth2/v3/token",