From 084fa4af3fd874e95535b0403d52482e35813747 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Wed, 1 May 2019 00:29:42 +0200
Subject: [PATCH] Report HealthReportEmailAddress in config summary

Relates to #20
---
 ATxCommon/Serializables/ServiceConfig.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ATxCommon/Serializables/ServiceConfig.cs b/ATxCommon/Serializables/ServiceConfig.cs
index e8c9e79..53e441c 100644
--- a/ATxCommon/Serializables/ServiceConfig.cs
+++ b/ATxCommon/Serializables/ServiceConfig.cs
@@ -577,6 +577,7 @@ namespace ATxCommon.Serializables
                     $"EmailPrefix: {EmailPrefix}\n" +
                     $"AdminEmailAddress: {AdminEmailAddress}\n" +
                     $"AdminDebugEmailAddress: {AdminDebugEmailAddress}\n" +
+                    $"HealthReportEmailAddress: {HealthReportEmailAddress}\n" +
                     $"SendTransferNotification: {SendTransferNotification}\n" +
                     $"SendAdminNotification: {SendAdminNotification}\n" +
                     $"AdminNotificationDelta: {AdminNotificationDelta} min (" +
-- 
GitLab