mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 03:08:09 +08:00
fix: 🐛 remove oauth default config
This commit is contained in:
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=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue