From 90ffa46b4293bbb229a37236bc0a411847ec3c0f Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:38:10 +0200 Subject: [PATCH] Create appsettings.Development.json --- .../appsettings.Development.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json new file mode 100644 index 0000000..4e6d4c9 --- /dev/null +++ b/src/Elektrifikatsiya/Elektrifikatsiya/appsettings.Development.json @@ -0,0 +1,20 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "EmailSettings": { + "User": "", + "Key": "", + "DefaultEmail": "SMTP_EMAIL_ADDRESS", + "DefaultEmail": "", + "Templates": { + "DailyNotification": "../assets/DailyNotif.html" + }, + "SmtpServer": "", + "SmtpPort": + } +}