Update appsettings.Development.json

This commit is contained in:
Stone_Red
2023-05-24 11:44:58 +02:00
committed by GitHub
parent bdac3581de
commit 104bd37bcb
@@ -7,13 +7,13 @@
} }
}, },
"EmailSettings": { "EmailSettings": {
"User": "[email protected]", "User": "SMTP_USER",
"DefaultEmail": "[email protected]", "Key": "<SMTP_KEY>",
"Key": "xsmtpsib-34d2ebc5edbb9b7bdbb9fd8ad4f724a759135883c52f9a9aadd919f7492f215a-FztV7QTUhdyaSk9p", "DefaultEmail": "SMTP_EMAIL_ADDRESS",
"Templates": { "Templates": {
"DailyNotification": "../assets/DailyNotif.html" "DailyNotification": "../assets/DailyNotif.html"
}, },
"SmtpServer": "smtp-relay.sendinblue.com", "SmtpServer": "<SMTP_SERVER>",
"SmtpPort": 587 "SmtpPort": <SMTP_PORT>
} }
} }