homelab/compose/services/FreshRSS/.env
Eduardo Figueroa 68632a9662 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.
2025-12-04 18:44:46 +00:00

12 lines
208 B
Bash

# FreshRSS Configuration
# Timezone
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