Browse Source

Restore app.config

Eric Reed 9 years ago
parent
commit
be471f03b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.ServerApplication/App.config

+ 1 - 1
MediaBrowser.ServerApplication/App.config

@@ -12,7 +12,7 @@
     <targets async="true"></targets>
   </nlog>
   <appSettings>
-    <add key="DebugProgramDataPath" value="c:\users\eric\appdata\roaming\mediabrowser-server\" />
+    <add key="DebugProgramDataPath" value="..\..\..\ProgramData-Server" />
     <add key="ReleaseProgramDataPath" value=".." />
     <add key="ClientSettingsProvider.ServiceUri" value="" />
   </appSettings>