feat: 🎸 Fix app start error with MFA configs

This commit is contained in:
Jin
2025-03-25 23:14:25 +01:00
parent ae794a562f
commit 1afccb4129
10 changed files with 51 additions and 46 deletions

View File

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