]> git.wh0rd.org Git - tt-rss.git/commitdiff
update config.php-dist
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 19 Nov 2005 11:44:05 +0000 (12:44 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 19 Nov 2005 11:44:05 +0000 (12:44 +0100)
config.php-dist

index 3af61c32f562e3f10b87040c31e178e724ed2f10..6564da6689e8f86696b6b7e59a65c94f73b107cc 100644 (file)
@@ -1,5 +1,5 @@
 <?
-       // PostgreSQL must be configured to accept connections
+       // Your RDBMS must be configured to accept connections
        // via TCP/IP and authentified by password.
 
        define(DB_TYPE, "pgsql"); // or mysql
        // Local cache directory for RSS feeds
        
        define(WEB_DEMO_MODE, false);
+       // Demo mode with reduced functionality.
 
        define(ICONS_DIR, "icons");
        define(ICONS_URL, "icons");
 
        define(USE_HTTP_AUTH, false);
-       // use HTTP Basic authentication
+       // Use HTTP Basic authentication instead of login form. Has some problems.
 
        define(SINGLE_USER_MODE, true);
-       // disable all multi-user stuff altogether and just assume admin user
-       // is always logged in
-
+       // Operate in single user mode, disables all functionality related to
+       // multiple users.
+       
 ?>