richardfrankza
On services like Netlify you can add environment variables in a key/value format that are then available to the application at build/runtime. Could this be implemented so if the site does not support e.g. phpdotenv (.env) we could still use environment variables and getenv() in our application.
The interface would then generate something like this effectively in the nginx config
location / { ... fastcgi_param APPLICATION_ENV production; fastcgi_param APPLICATION_CONFIG user; ... }
Add environment variables per site
-
Dennis moved item to board Planned
10 months ago -
Dennis moved item to board Planned
10 months ago -
richardfrankza moved item to project Site Level Requests
11 months ago -
richardfrankza created the item
11 months ago