"users_file" -> "file" in config

This commit is contained in:
Alex Kocharin 2014-09-14 19:57:39 +04:00
parent 8f0039de92
commit 1123a440bc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ web:
auth:
htpasswd:
users_file: ./htpasswd
file: ./htpasswd
# Maximum amount of users allowed to register, defaults to "+inf".
# You can set this to 0 to disable registration.
#max_users: 1000