aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/app.config
blob: 843dae41d664b03abd71a671e48e65b7ecba8a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
  </configSections>
  <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets async="true"></targets>
  </nlog>
  <appSettings>
    <add key="DebugProgramDataPath" value="ProgramData-Server" />
    <add key="ReleaseProgramDataPath" value="%ApplicationData%" />
    <add key="ProgramDataFolderName" value="MediaBrowser-Server" />
  </appSettings>
</configuration>