mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-02-26 08:00:46 +01:00
Add usage reporting
This commit is contained in:
@@ -59,7 +59,7 @@ export const SysPreferenceValidators: {
|
||||
} = {
|
||||
[SysPreference.HostOverride]: z.string().regex(URLRegex).or(z.literal('')),
|
||||
|
||||
[SysPreference.JwtSecret]: z.boolean(),
|
||||
[SysPreference.JwtSecret]: z.string(),
|
||||
[SysPreference.JwtExpiresIn]: IsValidMS(),
|
||||
|
||||
[SysPreference.BCryptStrength]: IsPosInt(),
|
||||
|
||||
Reference in New Issue
Block a user