3e5d29225a
- Removed unused classes and files related to SQLite database provider, including SqliteDesignTimeJellyfinDbFactory, ModelBuilderExtensions, PragmaConnectionInterceptor, AssemblyInfo, SqliteDatabaseProvider, DateTimeKindValueConverter. - Updated tests to remove dependencies on removed classes and adjusted mocking for configuration sections. - Added Microsoft.EntityFrameworkCore.Sqlite package reference to test project. - Improved string handling in tests for better consistency and clarity. - Refactored logging methods in JellyfinApplicationFactory for better readability and maintainability.
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"
|
|
}
|
|
}
|