mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix: 🐛 remove oauth default config
This commit is contained in:
parent
cb3627ed50
commit
b51814abeb
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user