mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
work factor for Bcrypt to 12
OWASP recommendation
This commit is contained in:
parent
d41c46910a
commit
38234c2757
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ database: # for database see (configure database section)
|
|||
defaultuser: # on database creation, gotify creates an admin user
|
||||
name: __ADMINUSER__ # the username of the default user
|
||||
pass: __ADMINPASS__ # the password of the default user
|
||||
passstrength: 10 # the bcrypt password strength (higher = better but also slower)
|
||||
passstrength: 12 # the bcrypt password strength (higher = better but also slower)
|
||||
uploadedimagesdir: data/images # the directory for storing uploaded images
|
||||
pluginsdir: data/plugins # the directory where plugin resides
|
||||
|
|
Loading…
Add table
Reference in a new issue