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": + } +}