richardfrankza

richardfrankza

Planned

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; ... }

You may use @ to mention someone.

Add environment variables per site

3 total votes
Ivo René Sinnbeck richardfrankza
  • Dennis moved item to board Planned

    7 months ago
  • Dennis moved item to board Planned

    7 months ago
  • richardfrankza moved item to project Site Level Requests

    8 months ago
  • richardfrankza created the item

    8 months ago