Kevin Jump
10/14/2021, 6:38 PMAdduSyncConfig() or something). that adds a custom config jsons, (and env configs e.g uSync.json and uSync.development.json) - and then if people want to have their config in a separate file they can add it to program.cs, but if they don't then it all lives in appsettings.json (or the envs or whatever they want). Not ideal and all it really all does is save them writing about 5 lines of code - but it makes it easier for people if they want to quickly move the config, and i can document it as a couple of 'simple' steps to move the file.