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": {
"User": "[email protected]",
"DefaultEmail": "[email protected]",
"Key": "xsmtpsib-34d2ebc5edbb9b7bdbb9fd8ad4f724a759135883c52f9a9aadd919f7492f215a-FztV7QTUhdyaSk9p",
"User": "SMTP_USER",
"Key": "<SMTP_KEY>",
"DefaultEmail": "SMTP_EMAIL_ADDRESS",
"Templates": {
"DailyNotification": "../assets/DailyNotif.html"
},
"SmtpServer": "smtp-relay.sendinblue.com",
"SmtpPort": 587
"SmtpServer": "<SMTP_SERVER>",
"SmtpPort": <SMTP_PORT>
}
}