mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
feat: 🎸 Fix app start error with MFA configs
This commit is contained in:
@@ -56,7 +56,7 @@ totpEnabled=false
|
||||
|
||||
# Set the secret key for TOTP authentication
|
||||
# This is a security feature that adds an extra layer of protection to your account
|
||||
totpSecret=
|
||||
totpSecret=my-secret-key
|
||||
|
||||
# Set to true to enable OAuth/OpenID authentication
|
||||
# This will allow users to log in to Trilium using an account from another service, like Google, to verify their identity
|
||||
@@ -64,12 +64,12 @@ ssoEnabled=false
|
||||
|
||||
# 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=
|
||||
oauthBaseUrl=http://localhost:8080
|
||||
|
||||
# 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=
|
||||
oauthClientId=my-client-id
|
||||
|
||||
# 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=
|
||||
oauthClientSecret=my-client-secret
|
||||
|
||||
Reference in New Issue
Block a user