diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2015-09-26 16:28:32 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2015-09-26 16:28:32 -0400 |
| commit | be471f03b921ce6e3ad354b9564e3c2ff11a2097 (patch) | |
| tree | 9c3f915a823adc459e11852fb52c5fa300587c0d | |
| parent | 7404114fee8a06983261bb7a8e361c00ed8b3d7a (diff) | |
Restore app.config
| -rw-r--r-- | MediaBrowser.ServerApplication/App.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/App.config b/MediaBrowser.ServerApplication/App.config index 709b6de92..14ce35a96 100644 --- a/MediaBrowser.ServerApplication/App.config +++ b/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> |
