tazbug annotate bugs.conf @ rev 72
Small fix to users plugin and go for a grey header
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 15 01:02:13 2014 +0100 (2014-01-15) |
parents | |
children |
rev | line source |
---|---|
pankso@52 | 1 # SliTaz Bug Tracker Web interface configuration. This config file will |
pankso@52 | 2 # overwrite: /etc/slitaz/tazbug.conf |
pankso@52 | 3 # |
pankso@52 | 4 |
pankso@52 | 5 # TazBug URL for redirection and RSS |
pankso@52 | 6 WEB_URL="http://localhost/bugs/bugs.cgi" |
pankso@52 | 7 |
pankso@52 | 8 # Auth file for user |
pankso@52 | 9 AUTH_FILE="/var/lib/slitaz/auth/people" |
pankso@52 | 10 |
pankso@52 | 11 # People config files |
pankso@52 | 12 PEOPLE="/var/lib/slitaz/people" |
pankso@52 | 13 |
pankso@52 | 14 # Online registration for user |
pankso@52 | 15 ONLINE_SIGNUP="yes" |