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": { "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>
} }
} }