You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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 itFRANKENPHP_DEBUG
?The text was updated successfully, but these errors were encountered: