fix secretFile option format

This commit is contained in:
Jonas Heinrich 2025-08-18 16:37:04 +02:00
parent 74502b0c62
commit 3b4176fa0a
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ services.mail-quota-warning = {
CHECK_INTERVAL_DAYS = 7;
QUOTA_WARNING_THRESHOLD_PERCENT = 80;
};
secrets = [ /etc/mail-quota-warning-secrets.yml ];
secretFile = "/etc/mail-quota-warning-secrets.yml";
};
```