Notifications for health checks (#1664)

Add list of emergency contacts to global configuration. This user will receive e-mails and notification if some serious system error occurs like repository health check failed.
This commit is contained in:
Florian Scholdei
2021-05-20 08:30:20 +02:00
committed by GitHub
parent cb6806a36f
commit 42745c9e34
24 changed files with 551 additions and 405 deletions

View File

@@ -48,6 +48,7 @@ describe("Test config hooks", () => {
loginInfoUrl: "",
mailDomainName: "",
namespaceStrategy: "",
emergencyContacts: [],
pluginUrl: "",
proxyExcludes: [],
proxyPassword: null,