i think once you have bound to your options in the...
# package-development
k
i think once you have bound to your options in the compose - you can access the settings. e.g
Copy code
var options = builder.Services.AddOptions<uSyncSettings>()
                .Bind(builder.Config.GetSection(uSync.Configuration.ConfigSettings));