slitaz-pizza view pizza.conf @ rev 53
Use get-install not -gi so we compatible 3.0
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 12 17:48:00 2012 +0200 (2012-04-12) |
parents | 97d07d13d0a3 |
children | a623eba88ed3 |
line source
1 # SliTaz Pizza configuration file
2 #
4 # Working directories.
5 SLITAZ="/home/slitaz"
6 PIZZA="$SLITAZ/pizza"
8 # SliTaz version for packages.
9 SLITAZ_VERSION="cooking"
11 # Pizza datadir.
12 DATA="/usr/share/pizza"
14 # Web interface path.
15 VHOST="$PIZZA/web"
17 # Hg URL for skel packages list.
18 HG="http://hg.slitaz.org/flavors"
20 # Pizza URL and path to RSS feed.
21 PIZZA_URL="http://pizza.slitaz.me/"
23 # Max size upload for addfiles in Kb.
24 MAX_UPLOAD="2048"
26 # Pizza Mailer Settings (empty to disable).
27 MAIL_DOMAIN="slitaz.me"
28 MAIL_SERVER="127.0.0.1"
30 # Local packages synced from a mirror
31 RSYNC_PKGS="rsync://mirror.slitaz.org/slitaz-$SLITAZ_VERSION/"
32 LOCAL_PKGS="$SLITAZ/$SLITAZ_VERSION/packages/"