1## Path:	Network/Remote access/xsp2
2## Description:	XSP2 server settings
3## Type:	string
4## Default:	""
5## ServiceRestart: xsp2
6#
7# Port on which xsp2 is to listen for requests
8#
9XSP_PORT="8080"
10
11#
12# Address on which xsp2 is to listen for requests
13#
14XSP_ADDRESS="0.0.0.0"
15
16#
17# Configuration directory which contains application definition files
18#
19XSP_APPCONFIGDIR="/etc/xsp/2.0/applications-enabled/"
20
21#
22# Should mono be ran with debugging enabled (backtraces with lines on errors)
23#
24XSP_DEBUG="no"
25
26#
27# Extra options you might want to pass to xsp2, see man xsp
28#
29XSP_EXTRA_OPTIONS=""
30