tazbug rev 4

Add TazBug configuration file
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 03 12:08:24 2012 +0200 (2012-04-03)
parents ceb98355da83
children 57ecc2563ff9
files tazbug.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazbug.conf	Tue Apr 03 12:08:24 2012 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +# SliTaz Bug Tracker configuration
     1.5 +#
     1.6 +
     1.7 +# Installation path
     1.8 +TAZBUG="/var/www/bugs"
     1.9 +
    1.10 +# TazBug URL for redirection and RSS
    1.11 +WEB_URL="http://bugs.slitaz.org/"
    1.12 +
    1.13 +# Auth file for user
    1.14 +AUTH_FILE="/var/lib/slitaz/auth/people"
    1.15 +
    1.16 +# People config files
    1.17 +PEOPLE="/var/lib/slitaz/people"