hargata / lubelog

LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
https://lubelogger.com
MIT License
1.2k stars 61 forks source link

To-Do: Further Hardening of ConfigHelper #739

Closed hargata closed 1 week ago

hargata commented 1 week ago

Add checks and fail gracefully when appsettings.json has been updated between versions, probably makes upgrading for Windows Standalones a lot less painful as they won't have to copy their mailconfigs to the new appsettings.json

This issue does not affect Docker installations as those settings are injected via environment variables.

hargata commented 1 week ago

Released