{ "_comment": "Jellyfin Startup Configuration - Configure path locations for Jellyfin data, logs, cache, and more.", "_documentation": "See FILE_BASED_STARTUP_CONFIG.md for complete documentation", "_priority": "Command-line options \u003E Environment variables \u003E This file \u003E Defaults", "Paths": { "DataDir": null, "ConfigDir": null, "CacheDir": null, "LogDir": null, "TempDir": null, "WebDir": null }, "Examples": { "_comment": "Example configurations below - remove this Examples section when customizing", "Linux": { "DataDir": "/var/lib/jellyfin", "ConfigDir": "/etc/jellyfin", "CacheDir": "/var/cache/jellyfin", "LogDir": "/var/log/jellyfin", "TempDir": "/var/tmp/jellyfin", "WebDir": "/usr/share/jellyfin/web" }, "Windows": { "DataDir": "C:\\ProgramData\\Jellyfin\\data", "ConfigDir": "C:\\ProgramData\\Jellyfin\\config", "CacheDir": "D:\\Cache\\Jellyfin", "LogDir": "C:\\ProgramData\\Jellyfin\\logs", "TempDir": "D:\\Temp\\Jellyfin", "WebDir": "C:\\Program Files\\Jellyfin\\web" }, "Portable": { "DataDir": "./data", "ConfigDir": "./config", "CacheDir": "./cache", "LogDir": "./logs", "TempDir": "./temp", "WebDir": "./web" } } }