Merge remote-tracking branch 'origin/feature-DeviceRegistration' into feature-DeviceRegistration

This commit is contained in:
Stefan
2023-06-01 15:15:57 +02:00
@@ -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>
}
}
}