79110d2afd
Separated DataDir and ConfigDir into their own subfolders within C:/ProgramData/jellyfin by updating their paths to "data" and "config" respectively. This improves organization of data and configuration files.
15 lines
757 B
JSON
15 lines
757 B
JSON
{
|
|
"_comment": "Jellyfin Startup Configuration - Windows defaults - using C:/ProgramData/jellyfin",
|
|
"_note": "These paths will be used unless overridden by environment variables or command-line arguments",
|
|
"_priority": "Command-line args \u003E Environment variables \u003E This file \u003E Built-in defaults",
|
|
"_examples": "See startup.linux.json or startup.windows.json in Resources/Configuration for other OS examples",
|
|
"Paths": {
|
|
"DataDir": "C:/ProgramData/jellyfin/data",
|
|
"ConfigDir": "C:/ProgramData/jellyfin/config",
|
|
"CacheDir": "C:/ProgramData/jellyfin/cache",
|
|
"LogDir": "C:/ProgramData/jellyfin/log",
|
|
"TempDir": "C:\\Users\\wjones\\AppData\\Local\\Temp\\jellyfin",
|
|
"WebDir": "C:/ProgramData/jellyfin/wwwroot"
|
|
}
|
|
}
|