Custom configuration parameters

I’ve Included section “ReportingServices” in appSettings.json with parameters for SSRSvier taking advantage of services.Configure on server with additional api for client access. Then I discovered that the appSettings.json is overlapped by the generator. What is the recomended solution?

Hi @villar,

Already fixed and it will be part of our next release (today or tomorrow).

Best Regards,
Vladimir

Hi @enchev ,

What about . appsettings.production.json and appsettings.development.json.
When I deploy using Radzen , the default appsettings.json is merged with the deploy to the production server.

VS publish regards these and deploys the selected configuration.

How can we do this with Radzen ? Now you have to pay attention on what is changed or has to be changed at production server.

How to resolve this.