slitaz-pizza diff pizza.conf @ rev 14

Add Gravatar support to flavor status page
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 26 13:05:04 2012 +0200 (2012-03-26)
parents
children 49e877ea1f8f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pizza.conf	Mon Mar 26 13:05:04 2012 +0200
     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 +