From 2bccdf66b6dc701cc36568bcbe50098ffcd947fd Mon Sep 17 00:00:00 2001 From: Florian Kleber Date: Wed, 24 Apr 2024 12:25:51 +0000 Subject: [PATCH] feat(gatsby-config): update authentication endpoints and redirects --- gatsby-config.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index 756eb65..b59d69d 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -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',