From 6f867415f81228be4f4c3fe1f5a71d5ac3327295 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 13 Jul 2025 12:56:22 +0200 Subject: [PATCH] adds new config settings to example env --- backend/example.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/example.env b/backend/example.env index ea4896b..d2236e5 100644 --- a/backend/example.env +++ b/backend/example.env @@ -1,11 +1,13 @@ SPOTIFY_ENCODED_ID= OIDC_RP_CLIENT_ID= OIDC_RP_CLIENT_SECRET= +OIDC_RP_SIGN_ALGO=RS256 OIDC_OP_AUTHORIZATION_ENDPOINT=https://auth.yourwebsite.com/application/o/authorize/ OIDC_OP_TOKEN_ENDPOINT=https://auth.yourwebsite.com/application/o/token/ OIDC_OP_USER_ENDPOINT=https://auth.yourwebsite.com/application/o/userinfo/ +OIDC_OP_JWKS_ENDPOINT=https://auth.yourwebsite.com/application/o/name/jwks/ AI_ENDPOINT=http://localhost:11434/api/generate AI_MODEL=myModel DATE_OPEN= DATE_NOM_END= -DATE_VOTE_END= \ No newline at end of file +DATE_VOTE_END=