# HG changeset patch # User Christophe Lincoln # Date 1332626191 -3600 # Node ID 97d07d13d0a337753cea1bd96a07a62cee623e52 # Parent 2eef72f5b3fbdbe206255a03c51143d9387fbf0a Add pizza.conf the configuration file for Pizza tools diff -r 2eef72f5b3fb -r 97d07d13d0a3 pizza.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pizza.conf Sat Mar 24 22:56:31 2012 +0100 @@ -0,0 +1,29 @@ +# SliTaz Pizza configuration file +# + +# Working directories. +SLITAZ="/home/slitaz" +PIZZA="$SLITAZ/pizza" + +# SliTaz version for packages. +SLITAZ_VERSION="cooking" + +# Pizza datadir. +DATA="/usr/share/pizza" + +# Web interface path. +VHOST="$PIZZA/web" + +# Hg URL for skel packages list. +HG="http://hg.slitaz.org/flavors" + +# Pizza URL and path to RSS feed. +PIZZA_URL="http://pizza.slitaz.me/" + +# Max size upload for addfiles in Kb. +MAX_UPLOAD="2048" + +# Pizza Mailer Settings (empty to disable). +MAIL_DOMAIN="slitaz.me" +MAIL_SERVER="127.0.0.1" +