Hi, it would be neat to have option to set environment variables for PHP scripts to access through either the PHP-FPM+Apache or PHP-FPM+Nginx applications.
Currently we are using dotenv (.env
) method, but it apparently isn't recommended for production. Using a private Apache/Nginx process we could use SetEnv VARIABLE value
syntax, or fastcgi_param VARIABLE value
, but would be nice to be able to manage these through the UI while editing an application.