✅ Asp .NET Core production settings.json question.
Hi all,
As you know you have an appsettings.json file.
Which contains some general things such as:
We also have a launchsettings.json file
In production when we publish our app, what is the default running environment?
How do I set the ASPNETCORE_ENVIRONMENT to "Production" in production?
How do I set a seperate ConnectionString_SqlServer for production?
Does the published production build have these .json files or do they rely solely on the HOST environment variables?
As you know you have an appsettings.json file.
Which contains some general things such as:
We also have a launchsettings.json file
In production when we publish our app, what is the default running environment?
How do I set the ASPNETCORE_ENVIRONMENT to "Production" in production?
How do I set a seperate ConnectionString_SqlServer for production?
Does the published production build have these .json files or do they rely solely on the HOST environment variables?