cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

fixed DEBUG not working | added: APP_ENV #355

Closed SaigyoujiYuyuko233 closed 4 years ago

SaigyoujiYuyuko233 commented 4 years ago

the DEBUG=false does NOT work and still display debug_bar

SaigyoujiYuyuko233 commented 4 years ago

I tried to set the DEBUG to false and hide the debug-bar, but when I set the DEBUG to false and the debug-bar still display. Then I found that the DEBUG dose NOT match the config in laravel: APP_DEBUG and the APP_ENV is in the Development mode

djdefi commented 4 years ago

Resolved by https://github.com/CachetHQ/Docker/pull/363