mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed debug app config path
This commit is contained in:
parent
b7096d2092
commit
bfb377793a
@ -10,7 +10,7 @@
|
||||
<targets async="true"></targets>
|
||||
</nlog>
|
||||
<appSettings>
|
||||
<add key="DebugProgramDataPath" value="%ApplicationData%\MediaBrowser-Server" />
|
||||
<add key="DebugProgramDataPath" value="..\..\..\..\ProgramData-Server" />
|
||||
<add key="ReleaseProgramDataPath" value="%ApplicationData%" />
|
||||
<add key="ProgramDataFolderName" value="MediaBrowser-Server" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user