aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/oidc_helper.h')
-rw-r--r--src/reclaim/oidc_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/oidc_helper.h b/src/reclaim/oidc_helper.h
index ea106b4f2..b134c71ad 100644
--- a/src/reclaim/oidc_helper.h
+++ b/src/reclaim/oidc_helper.h
@@ -34,7 +34,7 @@
34#define JWT_ALG_VALUE_HMAC "HS512" 34#define JWT_ALG_VALUE_HMAC "HS512"
35#define JWT_ALG_VALUE_RSA "RS256" 35#define JWT_ALG_VALUE_RSA "RS256"
36 36
37#define SERVER_ADDRESS "https://api.reclaim" 37#define SERVER_ADDRESS "http://localhost:7776"
38 38
39enum OIDC_VerificationOptions 39enum OIDC_VerificationOptions
40{ 40{