From f74cff3d39c9777277ab35b3167531deb656d07f Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 24 May 2023 11:48:07 +0200 Subject: [PATCH] Update appsettings.Development.json --- .../Elektrifikatsiya/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json index abf7457..b1316c0 100644 --- a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json +++ b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json @@ -9,7 +9,7 @@ "EmailSettings": { "User": "", "Key": "", - "DefaultEmail": "SMTP_EMAIL_ADDRESS", + "DefaultEmail": "", "Templates": { "DailyNotification": "../assets/DailyNotif.html" },