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…
Reference in New Issue
Block a user