tazbug annotate old/tazbug.conf @ rev 151

Fix in users plugin (from tinycm)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 28 22:59:52 2017 +0100 (2017-02-28)
parents 1995b2fd9270
children
rev   line source
pankso@52 1 # SliTaz Bug Tracker tools configuration
pankso@4 2 #
pankso@4 3
pankso@53 4 # TazBug URL to post bugs from cmdline and RSS
pankso@4 5 WEB_URL="http://bugs.slitaz.org/"
pankso@4 6
pankso@4 7 # Auth file for user
pankso@4 8 AUTH_FILE="/var/lib/slitaz/auth/people"
pankso@4 9
pankso@4 10 # People config files
pankso@4 11 PEOPLE="/var/lib/slitaz/people"
pankso@52 12
pankso@52 13 # Online registration for user
pankso@52 14 ONLINE_SIGNUP="yes"