tazbug diff web/config.cgi @ rev 123

Use new admin config and up users plugins from TinyCM
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 00:51:31 2017 +0100 (2017-02-21)
parents d24cd6951458
children
line diff
     1.1 --- a/web/config.cgi	Sat Feb 11 00:21:42 2017 +0100
     1.2 +++ b/web/config.cgi	Tue Feb 21 00:51:31 2017 +0100
     1.3 @@ -1,12 +1,12 @@
     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 +# Admin users file list
    1.14 +ADMIN_USERS="/var/lib/slitaz/auth/admin"
    1.15 +
    1.16  # People config files
    1.17  PEOPLE="/var/lib/slitaz/people"
    1.18