Fixed the styling
This commit is contained in:
parent
a8d5020ede
commit
aeb9754500
13 changed files with 74 additions and 54 deletions
|
@ -78,15 +78,16 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
|||
rootUser.emailAddress = root@myDomain.com
|
||||
|
||||
#
|
||||
# Argon2 password hashing parameters for time, memory and parallelism required to compute a hash.
|
||||
# Argon2 password hashing parameters for time, memory and parallelism required to
|
||||
# compute a hash.
|
||||
#
|
||||
# A time cost defines the amount of computation realized and therefore the execution time, given in a number of iterations
|
||||
# A time cost defines the amount of computation realized and therefore the execution
|
||||
# time, given in a number of iterations.
|
||||
# A memory cost defines the memory usage, given in kibibytes
|
||||
# A parallelism degree defines the number of parallel threads
|
||||
# For determining the optimal values of the parameters for your setup please refer to the white paper section 9 - https://github.com/P-H-C/phc-winner-argon2/blob/master/argon2-specs.pdf
|
||||
#
|
||||
# Warning: Please change the parameters only if you have installed a fresh installation of Vitro/Vivo and have not logged-in in the system yet.
|
||||
# If you already have user accounts encrypted through these parameters please do not change them otherwise the existing users would not be able to log-in.
|
||||
# For determining the optimal values of the parameters for your setup please refer to
|
||||
# the white paper section 9
|
||||
# https://github.com/P-H-C/phc-winner-argon2/blob/master/argon2-specs.pdf
|
||||
#
|
||||
argon2.parallelism =1
|
||||
argon2.memory = 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue