Skip to content

Commit

Permalink
New: Added the credentials file for CWS release. The file has empty v…
Browse files Browse the repository at this point in the history
…alues and will never gonna be updated in the repo because it contains secrets
  • Loading branch information
jarrodek committed Sep 20, 2016
1 parent 2416f07 commit 7fc3c4d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .credentials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"web": {
"clientId": "[GOOGLE CONSOLE CLIENT ID]",
"projectId": "[GOOGLE CONSOLE PROJECT NAME (ID)]",
"authUri": "https://accounts.google.com/o/oauth2/auth",
"tokenUri": "https://accounts.google.com/o/oauth2/token",
"authProvider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"clientSecret": "[CWS API CLIENT SECRET]",
"redirectUris": [
"http://localhost:8080/callback"
]
}
}

0 comments on commit 7fc3c4d

Please sign in to comment.