Skip to content

Commit

Permalink
feat(gatsby-config): update authentication endpoints and redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum committed Apr 24, 2024
1 parent a25f916 commit 2bccdf6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ const config: GatsbyConfig = {
zitadel: {
organizationId: '260976344454660099',
clientId: '252746210698395651@services',
authority: 'https://accounts.photonq.org',
authority: 'https://accounts.cronit.io',
redirectUri:
process.env.NODE_ENV === 'production'
? 'https://fhkit.com'
: 'https://opulent-carnival-pg7v6wp7prhr556-8000.app.github.dev',
projectIds: ['252746210698330115']
? 'https://fhkit.at'
: 'http://localhost:8000'
},
// sentry: {
// org: 'photonq',
Expand Down

0 comments on commit 2bccdf6

Please sign in to comment.