Skip to content

Commit

Permalink
fix(gatsby-config): update Zitadel OAuth config with new credentials
Browse files Browse the repository at this point in the history
- Update the Zitadel organizationId and clientId with new values.
- Replace the existing projectIds with a new projectId in gatsby-config.ts.
  • Loading branch information
kleberbaum committed Apr 24, 2024
1 parent 9263c13 commit 85f35b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ const config: GatsbyConfig = {
repository: 'netsnek/fhkit.at'
},
zitadel: {
organizationId: '263581005107959413',
clientId: '263491440007517793@services',
organizationId: '260976344454660099',
clientId: '252746210698395651@services',
authority: 'https://accounts.photonq.org',
redirectUri:
process.env.NODE_ENV === 'production'
? 'https://fhkit.com'
: 'https://opulent-carnival-pg7v6wp7prhr556-8000.app.github.dev',
projectIds: ['263491274097563233']
projectIds: ['252746210698330115']
},
// sentry: {
// org: 'photonq',
Expand Down

0 comments on commit 85f35b4

Please sign in to comment.