mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-05-07 18:07:06 +02:00
make bcrypt strength configurable
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user