From b51814abebaa6474bf0c2069d68579c0c6b92837 Mon Sep 17 00:00:00 2001 From: Jin <22962980+JYC333@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:03:27 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20remove=20oauth=20default?= =?UTF-8?q?=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-sample.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-sample.ini b/config-sample.ini index b6c150064..b2dace5c8 100644 --- a/config-sample.ini +++ b/config-sample.ini @@ -48,12 +48,12 @@ cookieMaxAge=1814400 [MultiFactorAuthentication] # Set the base URL for OAuth/OpenID authentication # This is the URL of the service that will be used to verify the user's identity -oauthBaseUrl=http://localhost:8080 +oauthBaseUrl= # Set the client ID for OAuth/OpenID authentication # This is the ID of the client that will be used to verify the user's identity -oauthClientId=my-client-id +oauthClientId= # Set the client secret for OAuth/OpenID authentication # This is the secret of the client that will be used to verify the user's identity -oauthClientSecret=my-client-secret +oauthClientSecret=