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.
12 lines
208 B
Bash
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
|