feat: add ability to disable API key expiration email

This commit is contained in:
Elias Schneider
2025-04-20 18:41:03 +02:00
parent fe1c4b18cd
commit 9122e75101
8 changed files with 28 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ export type AllAppConfig = AppConfig & {
smtpTls: 'none' | 'starttls' | 'tls';
smtpSkipCertVerify: boolean;
emailLoginNotificationEnabled: boolean;
emailApiKeyExpirationEnabled: boolean;
// LDAP
ldapUrl: string;
ldapBindDn: string;