Skip to content

Commit

Permalink
Temporarily use test oidc instance in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Sep 28, 2023
1 parent 608f78d commit 5c0026b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const IMPORTER_URL = inProduction
: 'https://api-toska.apps.ocp-test-0.k8s.it.helsinki.fi/importer/kliksutin'

export const OIDC_ISSUER = inProduction
? 'https://login.helsinki.fi/.well-known/openid-configuration'
? 'https://login-test.it.helsinki.fi/.well-known/openid-configuration'
: 'https://login-test.it.helsinki.fi/.well-known/openid-configuration'

export const OIDC_CLIENT_ID = process.env.OIDC_CLIENT_ID || ''
Expand Down

0 comments on commit 5c0026b

Please sign in to comment.