tazpanel view tazpanel.conf @ rev 3

Add tazpanel configuration file
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 02 10:20:51 2011 +0200 (2011-04-02)
parents
children 0ca11f2550ef
line source
1 # tazpanel.conf: SliTaz Web Control Panel configuration
2 #
4 # Panel location and theme
5 PANEL="/var/www/tazpanel"
6 STYLE="default"
8 # Path to images and xHTML skel
9 IMAGES="styles/$STYLE/images"
10 HEADER="styles/$STYLE/header.html"
11 FOOTER="styles/$STYLE/footer.html"
13 DEBUG="0"
15 # Busybox HTTP deamon config
16 # /etc/slitaz/httpd.conf
17 HTTPD_CONF="httpd.conf"
18 HTTPD_PORT="8080"
20 # Tazpkg paths
21 LOCALSTATE="/var/lib/tazpkg"
22 INSTALLED="$LOCALSTATE/installed"