I'd like to be able to reference connection strings in appsettings.json (or other files) within ensync.config.json to avoid redundant connection strings. The syntax should work like this
"ConnectionString" : "@appsettings.json:ConnectionStrings:Default"
I'd like to be able to reference connection strings in appsettings.json (or other files) within
ensync.config.jsonto avoid redundant connection strings. The syntax should work like this