1
0

Add option to disable totp for everyone

This commit is contained in:
kolaente
2020-05-29 17:15:59 +02:00
parent a0fb8bd32d
commit 5a04f1ecf4
6 changed files with 20 additions and 5 deletions

View File

@ -73,6 +73,8 @@ service:
timezone: GMT
# Whether task comments should be enabled or not
enabletaskcomments: true
# Whether totp is enabled. In most cases you want to leave that enabled.
enabletotp: true
database:
# Database type to use. Supported types are mysql, postgres and sqlite.