diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-11-09 16:18:23 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-11-09 16:18:23 -0500 |
| commit | 0b72a27ead9d1e933ae349b8a3e9e9b8702664d1 (patch) | |
| tree | 326f75721a1894a04e40e3bfc9f77d7433bb1c25 /src/server/credentials/google_project_credentials.json | |
| parent | c53d599f8ecffe173d8df06777721658f065674a (diff) | |
factored out all but google resources into managers
Diffstat (limited to 'src/server/credentials/google_project_credentials.json')
| -rw-r--r-- | src/server/credentials/google_project_credentials.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/server/credentials/google_project_credentials.json b/src/server/credentials/google_project_credentials.json new file mode 100644 index 000000000..5d9c62eb1 --- /dev/null +++ b/src/server/credentials/google_project_credentials.json @@ -0,0 +1,14 @@ +{ + "installed": { + "client_id": "1005546247619-kqpnvh42mpa803tem8556b87umi4j9r0.apps.googleusercontent.com", + "project_id": "brown-dash", + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_secret": "WshLb5TH9SdFVGGbQcnYj7IU", + "redirect_uris": [ + "urn:ietf:wg:oauth:2.0:oob", + "http://localhost" + ] + } +}
\ No newline at end of file |
