securityDefinitions and source control

I noticed the dataSource.json has securityDefinitions which includes clientSecret. How would I put that value in an .env file to exclude it from source control?

You can put that in a .env but you will have to manually read those values and pass them to the configuration.

Wouldn’t RadZen just put the secret back in that meta file on infer? Any guidance on how to do this would be appreciated.

Yes, it would. There is no way around it at the moment.

Thanks. When you get around to it, maybe handle clientSecret how ever you handle db connection string.
I don't see that in the /meta/data.json.

Cool there’s a new Secrets Manager in dotnet core