fix: 🐛 remove oauth default config

pull/401/head
Jin 2025-03-28 12:03:27 +07:00
parent cb3627ed50
commit b51814abeb
1 changed files with 3 additions and 3 deletions

@ -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=