# HG changeset patch # User Christophe Lincoln # Date 1333447704 -7200 # Node ID e8324bc38bb5a336113a9dcdbd260af6d0d9d96e # Parent ceb98355da83af583addb7d04381db0d5b634bfc Add TazBug configuration file diff -r ceb98355da83 -r e8324bc38bb5 tazbug.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tazbug.conf Tue Apr 03 12:08:24 2012 +0200 @@ -0,0 +1,14 @@ +# SliTaz Bug Tracker configuration +# + +# Installation path +TAZBUG="/var/www/bugs" + +# TazBug URL for redirection and RSS +WEB_URL="http://bugs.slitaz.org/" + +# Auth file for user +AUTH_FILE="/var/lib/slitaz/auth/people" + +# People config files +PEOPLE="/var/lib/slitaz/people"