frankenphp
frankenphp copied to clipboard
Consider renaming DEBUG env var
In the built-in Caddyfile, there is a built-in DEBUG env var injected. This is quite generic and may conflict with other frameworks or applications. Perhaps we should call it FRANKENPHP_DEBUG?
We're already using the same variable to enable the debug mode of Caddy in Mercure, Symfony Docker and API Platform. Maybe could we use CADDY_DEBUG everywhere?