slitaz-pizza rev 4

Add pizza.conf the configuration file for Pizza tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 22:56:31 2012 +0100 (2012-03-24)
parents 2eef72f5b3fb
children 890754d756ce
files pizza.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pizza.conf	Sat Mar 24 22:56:31 2012 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz Pizza configuration file
     1.5 +#
     1.6 +
     1.7 +# Working directories.
     1.8 +SLITAZ="/home/slitaz"
     1.9 +PIZZA="$SLITAZ/pizza"
    1.10 +
    1.11 +# SliTaz version for packages.
    1.12 +SLITAZ_VERSION="cooking"
    1.13 +
    1.14 +# Pizza datadir.
    1.15 +DATA="/usr/share/pizza"
    1.16 +
    1.17 +# Web interface path.
    1.18 +VHOST="$PIZZA/web"
    1.19 +
    1.20 +# Hg URL for skel packages list.
    1.21 +HG="http://hg.slitaz.org/flavors"
    1.22 +
    1.23 +# Pizza URL and path to RSS feed.
    1.24 +PIZZA_URL="http://pizza.slitaz.me/"
    1.25 +
    1.26 +# Max size upload for addfiles in Kb.
    1.27 +MAX_UPLOAD="2048"
    1.28 +
    1.29 +# Pizza Mailer Settings (empty to disable).
    1.30 +MAIL_DOMAIN="slitaz.me"
    1.31 +MAIL_SERVER="127.0.0.1"
    1.32 +