浏览代码

Restore app.config

Eric Reed 9 年之前
父节点
当前提交
be471f03b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>