|
@@ -370,7 +370,7 @@ namespace Jellyfin.Server
|
|
|
|
|
|
return new ConfigurationBuilder()
|
|
return new ConfigurationBuilder()
|
|
.SetBasePath(appPaths.ConfigurationDirectoryPath)
|
|
.SetBasePath(appPaths.ConfigurationDirectoryPath)
|
|
- .AddJsonFile("logging.json")
|
|
|
|
|
|
+ .AddJsonFile("logging.json", false, true)
|
|
.AddEnvironmentVariables("JELLYFIN_")
|
|
.AddEnvironmentVariables("JELLYFIN_")
|
|
.AddInMemoryCollection(ConfigurationOptions.Configuration)
|
|
.AddInMemoryCollection(ConfigurationOptions.Configuration)
|
|
.Build();
|
|
.Build();
|