update to Debian 12 (2)
[debian6500.git] / master / etc / default / webconfig
1 # Weconfig configure options
2
3 # ALIASES: filename containing form declaration
4 #ALIASES="-a /etc/webconfig/alias.csv"
5 ALIASES=
6
7 # ALIASRC: directory containing form declaration
8 ALIASRC="-r /etc/webconfig/alias.d"
9
10 # CERT: filename containing ssl certificat
11 # CERT="-c /etc/webconfig/cert.pem"
12 CERT=
13
14 # CA: filename containing ssl certificat authority
15 # CA="-k /etc/ssl/certs/ca.pem"
16 CA=
17
18 # PORT: server port
19 PORT="-p 8080"
20
21 ARGS=$ALIASES $ALIASRC $CERT $CA $PORT