From 104bd37bcb1b0309f1aca5a735b5d25d6546d611 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 24 May 2023 11:44:58 +0200 Subject: [PATCH] Update appsettings.Development.json --- .../Elektrifikatsiya/appsettings.Development.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json index 6e66cb1..390a8da 100644 --- a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json +++ b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json @@ -7,13 +7,13 @@ } }, "EmailSettings": { - "User": "sendinblue@stone-red.net", - "DefaultEmail": "noreply@status.exposed", - "Key": "xsmtpsib-34d2ebc5edbb9b7bdbb9fd8ad4f724a759135883c52f9a9aadd919f7492f215a-FztV7QTUhdyaSk9p", + "User": "SMTP_USER", + "Key": "", + "DefaultEmail": "SMTP_EMAIL_ADDRESS", "Templates": { "DailyNotification": "../assets/DailyNotif.html" }, - "SmtpServer": "smtp-relay.sendinblue.com", - "SmtpPort": 587 + "SmtpServer": "", + "SmtpPort": } -} \ No newline at end of file +}