Paul Hermans
Basic Pleskian
When you develop an application with ASP.NET Core you often need to store secrets (like api keys for example).
Right now it is common practice to put secrets in a configuration file like appsettings.json.
But Microsoft says the following in de docs: Safe storage of app secrets in development in ASP.NET Core
"secrets should be made available in the production environment through a controlled means like environment variables, Azure Key Vault, etc"
Is there any way we can manage these "environment variables" via Plesk?
Right now it is common practice to put secrets in a configuration file like appsettings.json.
But Microsoft says the following in de docs: Safe storage of app secrets in development in ASP.NET Core
"secrets should be made available in the production environment through a controlled means like environment variables, Azure Key Vault, etc"
Is there any way we can manage these "environment variables" via Plesk?