Initial commit
This commit is contained in:
19
config/app.toml
Normal file
19
config/app.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Host-editable Sortarr configuration. Values here override backend/default-config/app.toml.
|
||||
# Environment variables in .env override common runtime values such as dry-run and intervals.
|
||||
|
||||
[app]
|
||||
dry_run = true
|
||||
scan_interval_seconds = 20
|
||||
settle_seconds = 90
|
||||
log_level = "INFO"
|
||||
library_scan_max_files = 20000
|
||||
library_scan_timeout_seconds = 8
|
||||
|
||||
[theme]
|
||||
default = "slate"
|
||||
allow_custom_css = true
|
||||
custom_css_path = "/config/custom-theme.css"
|
||||
|
||||
[metadata]
|
||||
tmdb_enabled = true
|
||||
tmdb_language = "en-US"
|
||||
Reference in New Issue
Block a user