Update appsettings.Development.json

This commit is contained in:
Stone_Red
2023-05-24 11:48:07 +02:00
committed by GitHub
parent 2f79ccb22d
commit f74cff3d39
@@ -9,7 +9,7 @@
"EmailSettings": { "EmailSettings": {
"User": "<SMTP_USER>", "User": "<SMTP_USER>",
"Key": "<SMTP_KEY>", "Key": "<SMTP_KEY>",
"DefaultEmail": "SMTP_EMAIL_ADDRESS", "DefaultEmail": "<SMTP_EMAIL_ADDRESS>",
"Templates": { "Templates": {
"DailyNotification": "../assets/DailyNotif.html" "DailyNotification": "../assets/DailyNotif.html"
}, },