diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-02 13:22:02 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-02 13:22:02 -0500 |
| commit | 1ef06e189a352e5472ee267d44d4b3c96042f03c (patch) | |
| tree | eefed629be388e83dc71a7b3c574326fc0343f06 /src/server/credentials/google_project_credentials.json | |
| parent | 1280c005829cf49fd106fd872afcf4ed6593a2f6 (diff) | |
| parent | 0595f93dde717b7b6990e9a81c5b43a73a3808d5 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/server/credentials/google_project_credentials.json')
| -rw-r--r-- | src/server/credentials/google_project_credentials.json | 11 |
1 files changed, 11 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..955c5a3c1 --- /dev/null +++ b/src/server/credentials/google_project_credentials.json @@ -0,0 +1,11 @@ +{ + "installed": { + "client_id": "343179513178-ud6tvmh275r2fq93u9eesrnc66t6akh9.apps.googleusercontent.com", + "project_id": "quickstart-1565056383187", + "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": "w8KIFSc0MQpmUYHed4qEzn8b", + "redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"] + } +}
\ No newline at end of file |
