jellyfin/MediaBrowser.Server.Mono/app.config

15 lines
564 B
Plaintext
Raw Normal View History

2013-09-26 23:20:26 +02:00
<?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>
2013-09-27 23:09:21 +02:00
<add key="DebugProgramDataPath" value="ProgramData-Server" />
<add key="ReleaseProgramDataPath" value="" />
<add key="ProgramDataFolderName" value="ProgramData-Server" />
2013-09-26 23:20:26 +02:00
</appSettings>
</configuration>