tazbug annotate bugs.conf @ rev 75

bugs.cgi: fold all bugs and messages to 80 char
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 03 23:55:02 2014 +0100 (2014-02-03)
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"