Skip to content

Commit

Permalink
Created new OAuth client for staging and updated details for the same
Browse files Browse the repository at this point in the history
  • Loading branch information
aumkar committed Dec 20, 2024
1 parent 5104a09 commit 18e12de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/cli/src/lib/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ const apiConfigMap: { [key in TargetEnvironment]: ApiConfig } = {
playgroundUrl: "https://live-collabcms-fe-demo.appa.pantheon.site",
},
[TargetEnvironment.staging]: {
addOnApiEndpoint:
"https://us-central1-pantheon-content-cloud-staging.cloudfunctions.net/addOnApi",
addOnApiEndpoint: "https://addonapi-cxog5ytt4a-uc.a.run.app",
googleClientId:
"142470191541-8o14j77pvagisc66s48kl4ub91f9c7b8.apps.googleusercontent.com",
"142470191541-bmomms4luuhoc68g903rscgr9qa3150b.apps.googleusercontent.com",
googleRedirectUri: "http://localhost:3030/oauth-redirect",
playgroundUrl: "https://multi-staging-collabcms-fe-demo.appa.pantheon.site",
},
Expand Down

0 comments on commit 18e12de

Please sign in to comment.