make bcrypt strength configurable

This commit is contained in:
rubikscraft
2022-03-30 14:10:01 +02:00
parent 00d401786d
commit 8d5f95b6c8
6 changed files with 24 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
export enum SysPreference {
JwtSecret = 'jwt_secret',
JwtExpiresIn = 'jwt_expires_in',
BCryptStrength = 'bcrypt_strength',
TestString = 'test_string',
TestNumber = 'test_number',
TestBoolean = 'test_boolean',