diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json index 6e66cb1..b1316c0 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": "", + "Key": "", + "DefaultEmail": "", "Templates": { "DailyNotification": "../assets/DailyNotif.html" }, - "SmtpServer": "smtp-relay.sendinblue.com", - "SmtpPort": 587 + "SmtpServer": "", + "SmtpPort": } -} \ No newline at end of file +}