mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-04 00:45:58 +02:00
Merge branch 'Development' of https://github.com/Stefan-5422/-T5-Elektrifikatsiya into Development
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"DetailedErrors": true,
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EmailSettings": {
|
||||||
|
"User": "<SMTP_USER>",
|
||||||
|
"Key": "<SMTP_KEY>",
|
||||||
|
"DefaultEmail": "SMTP_EMAIL_ADDRESS",
|
||||||
|
"DefaultEmail": "<SMTP_EMAIL_ADDRESS>",
|
||||||
|
"Templates": {
|
||||||
|
"DailyNotification": "../assets/DailyNotif.html"
|
||||||
|
},
|
||||||
|
"SmtpServer": "<SMTP_SERVER>",
|
||||||
|
"SmtpPort": <SMTP_PORT>
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user