Browse Source

fixed debug app config path

Luke Pulverenti 12 years ago
parent
commit
bfb377793a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.ServerApplication/App.config

+ 1 - 1
MediaBrowser.ServerApplication/App.config

@@ -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="" />