tazbug diff web/config.cgi @ rev 113

Box is not longer maintained as weel as cmdline bug posts (+ is insecure)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 11 00:21:42 2017 +0100 (2017-02-11)
parents
children 039c90c60494
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/web/config.cgi	Sat Feb 11 00:21:42 2017 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +# SliTaz Bug Tracker Web interface configuration.
     1.5 +#
     1.6 +
     1.7 +# TazBug URL for redirection and RSS
     1.8 +WEB_URL="http://localhost/bugs/bugs.cgi"
     1.9 +
    1.10 +# Auth file for user
    1.11 +AUTH_FILE="/var/lib/slitaz/auth/people"
    1.12 +
    1.13 +# People config files
    1.14 +PEOPLE="/var/lib/slitaz/people"
    1.15 +
    1.16 +# Online registration for user
    1.17 +ONLINE_SIGNUP="yes"