Skip to content

Commit

Permalink
chore: update example env to use tunnistus
Browse files Browse the repository at this point in the history
refs: TETP-310, TETP-314
  • Loading branch information
voneiden committed Feb 28, 2025
1 parent 4e605d4 commit 976ba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.tet.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ LINKEDEVENTS_URL=https://linkedevents.api.test.hel.ninja/v1/
LINKEDEVENTS_API_KEY=

# Authentication
OIDC_OP_BASE_URL=https://tunnistamo.test.hel.ninja/openid
OIDC_OP_BASE_URL=https://tunnistus.test.hel.ninja/auth/realms/helsinki-tunnistus
OIDC_RP_CLIENT_ID=
OIDC_RP_CLIENT_SECRET=
TUNNISTAMO_API_TOKENS_ENDPOINT=https://tunnistamo.test.hel.ninja/api-tokens/
TUNNISTUS_API_TOKENS_ENDPOINT=https://tunnistus.test.hel.ninja/auth/realms/helsinki-tunnistus/protocol/openid-connect/token
HELSINKI_PROFILE_API_URL=https://profile-api.test.hel.ninja/graphql/
LOGIN_REDIRECT_URL=https://localhost:3002/
LOGIN_REDIRECT_URL_FAILURE=https://localhost:3002/login?error=true
Expand Down

0 comments on commit 976ba00

Please sign in to comment.