change version
[debian6500.git] / master / etc / default / webconfig
index 117fe7d591f08bacc093d6fbd1a7882956c529f6..32669e6d3fce9b96e310b7f341844396889732e8 100644 (file)
@@ -1,10 +1,21 @@
 # Weconfig configure options
 
-# Should webconfig be enabled?
-#ENABLED=1
-
 # ALIASES: filename containing form declaration
-#ALIASES=/etc/webconfig/aliases.csv
+#ALIASES="-a /etc/webconfig/alias.csv"
+ALIASES=
+
+# ALIASRC: directory containing form declaration
+ALIASRC="-r /etc/webconfig/alias.d"
+
+# CERT: filename containing ssl certificat
+# CERT="-c /etc/webconfig/cert.pem"
+CERT=
+
+# CA: filename containing ssl certificat authority
+# CA="-k /etc/ssl/certs/ca.pem"
+CA=
 
 # PORT: server port
-PORT=8080
+PORT="-p 8080"
+
+ARGS=$ALIASES $ALIASRC $CERT $CA $PORT