feat: 🎸 remove totp config

This commit is contained in:
Jin 2025-03-28 03:02:55 +01:00
parent c921982ae7
commit 243d7d0ee9

View File

@ -46,19 +46,6 @@ cookieMaxAge=1814400
#syncServerProxy= #syncServerProxy=
[MultiFactorAuthentication] [MultiFactorAuthentication]
# Set to true to enable TOTP authentication
# This will require users to enter a one-time password in addition to their password to log in to Trilium
# This is a security feature that adds an extra layer of protection to your account
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=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
ssoEnabled=false
# Set the base URL for OAuth/OpenID authentication # 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 # This is the URL of the service that will be used to verify the user's identity
oauthBaseUrl=http://localhost:8080 oauthBaseUrl=http://localhost:8080