jellyfin/MediaBrowser.Server.Mono/app.config

8 lines
232 B
Plaintext
Raw Normal View History

2018-09-12 10:26:21 -07:00
<?xml version="1.0" encoding="utf-8" ?>
2013-09-26 14:20:26 -07:00
<configuration>
<appSettings>
2018-09-12 10:26:21 -07:00
<add key="DebugProgramDataPath" value="E:\Temp" />
2018-12-09 15:30:46 -07:00
<add key="ReleaseProgramDataPath" value="/var/lib/jellyfin/" />
2013-09-26 14:20:26 -07:00
</appSettings>
2018-12-09 15:30:46 -07:00
</configuration>