mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
config: add options.salt_rounds
During development, the lower this value is (must be >= 4) equals faster User generation. This is particularly useful for running tests. In production, a higher value (like 12 which is used by various popular frameworks) should be used. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
a702f7bc0b
commit
d8556b0d86
2 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ localedir = /srv/http/aurweb/aur.git/web/locale/
|
|||
cache = none
|
||||
cache_pkginfo_ttl = 86400
|
||||
memcache_servers = 127.0.0.1:11211
|
||||
salt_rounds = 12
|
||||
|
||||
[ratelimit]
|
||||
request_limit = 4000
|
||||
|
|
|
@ -26,6 +26,8 @@ aur_location = http://127.0.0.1:8080
|
|||
disable_http_login = 0
|
||||
enable-maintenance = 0
|
||||
localedir = YOUR_AUR_ROOT/web/locale
|
||||
; In production, salt_rounds should be higher; suggested: 12.
|
||||
salt_rounds = 4
|
||||
|
||||
[notifications]
|
||||
; For development/testing, use /usr/bin/sendmail
|
||||
|
|
Loading…
Add table
Reference in a new issue