diff --git a/config-sample.ini b/config-sample.ini index 8e14ce48f..b6c150064 100644 --- a/config-sample.ini +++ b/config-sample.ini @@ -46,19 +46,6 @@ cookieMaxAge=1814400 #syncServerProxy= [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 # This is the URL of the service that will be used to verify the user's identity oauthBaseUrl=http://localhost:8080