tazbug view web/config.cgi @ rev 122

Tazbug may have a small cmdline tool to retrive info from the online bug tracker
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 13 17:45:24 2017 +0100 (2017-02-13)
parents
children 039c90c60494
line source
1 # SliTaz Bug Tracker Web interface configuration.
2 #
4 # TazBug URL for redirection and RSS
5 WEB_URL="http://localhost/bugs/bugs.cgi"
7 # Auth file for user
8 AUTH_FILE="/var/lib/slitaz/auth/people"
10 # People config files
11 PEOPLE="/var/lib/slitaz/people"
13 # Online registration for user
14 ONLINE_SIGNUP="yes"