General Settings
These are the general configuration settings that apply to the entire application.
TZ
The time zone to use.
UTC
America/New_York
Europe/London
Asia/Tokyo
DRY_RUN
When enabled, simulates irreversible operations (like deletions and notifications) without making actual changes.
false
true
false
LOGGING__LOGLEVEL
Controls the detail level of application logs.
Information
Verbose
Debug
Information
Warning
Error
Fatal
LOGGING__FILE__ENABLED
Enables logging to a file.
false
true
false
LOGGING__FILE__PATH
Directory where log files will be saved.
Empty (file is saved where the app is)
LOGGING__ENHANCED
Provides more detailed descriptions in logs whenever possible.
Will be deprecated in a future version.
true
true
false
HTTP_MAX_RETRIES
The number of times to retry a failed HTTP call.
Applies when communicating with *arrs, download clients and other services through HTTP calls.
0
HTTP_TIMEOUT
The number of seconds to wait before failing an HTTP call.
Applies to calls to *arrs, download clients, and other services.
100