Hi
I have 2 servers, test and production.
I setup my Umbraco with app settings as below
appsettings.json - local development
appsettingsDevelopment.json - test server
appsettingsProduction.json - production server
Local uses SQLLite.
If I have different connection string settings in appsettings (for my local development) and development files my local version never works and throws an error.
If I remove the connection string from development then everything works locally but it means I've got a development config file that is now wrong.
Am I missing something?