tazbug diff bugs.conf @ rev 88

Added tag 1.2.1 for changeset 55c33a83a201
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Mar 22 22:40:24 2015 +0100 (2015-03-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bugs.conf	Sun Mar 22 22:40:24 2015 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +# SliTaz Bug Tracker Web interface configuration. This config file will
     1.5 +# overwrite: /etc/slitaz/tazbug.conf
     1.6 +#
     1.7 +
     1.8 +# TazBug URL for redirection and RSS
     1.9 +WEB_URL="http://localhost/bugs/bugs.cgi"
    1.10 +
    1.11 +# Auth file for user
    1.12 +AUTH_FILE="/var/lib/slitaz/auth/people"
    1.13 +
    1.14 +# People config files
    1.15 +PEOPLE="/var/lib/slitaz/people"
    1.16 +
    1.17 +# Online registration for user
    1.18 +ONLINE_SIGNUP="yes"