Add support for Application Settings/Environment variables for .NET web apps
It looks like you can add applications settings/enviroment variable for Node and PHP application.
But there is no way of doing the same for .NET/.NET Core web apps.
Today you need to use the File Manager to open appsettings.json, but that is a really bad solution, and a new deployment can/will overwrite it anyway.
Only connection strings can be added, but it´s a big miss to not be able to add settings/variable for the current environment, for example API keys, SMTP settings or other applications settings.
Thank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Erik Hanley commented
Any news about this?