feat(freshrss): Enable debug logging

Add development environment mode for troubleshooting authentication
and API issues. Enables detailed PHP error logging and stack traces.

Can be reverted to production mode by removing FRESHRSS_ENV variable
after debugging is complete.
This commit is contained in:
Eduardo Figueroa 2025-12-04 18:44:46 +00:00
parent bd9a55f293
commit 68632a9662

View file

@ -6,3 +6,7 @@ TZ=America/Los_Angeles
# User and Group IDs
PUID=1000
PGID=1000
# Debug Logging
# Enables detailed PHP error logging and application debug mode
FRESHRSS_ENV=development