From 8e517dacf6fe2b407dee714add19d09a0a34c5b1 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 24 Feb 2026 21:01:17 +0100 Subject: [PATCH] Modify OAuth2 client ID and secret in config Updated OAuth2 client ID and secret configuration. --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 7aa81fd1..18e29a1f 100644 --- a/config +++ b/config @@ -157,10 +157,10 @@ #oauth2_token_endpoint = # OAuth2 client id -#oauth2_client_id = +#oauth2_client_id = radicale -# OAuth2 client secret -#oauth2_client_secret = +# OAuth2 client secret (optional) +#oauth2_client_secret = # PAM service #pam_serivce = radicale