Browse Source

Restore app.config

Eric Reed 9 năm trước cách đây
mục cha
commit
be471f03b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>