update config.php-dist
This commit is contained in:
parent
690c1c4816
commit
8b2cbc332b
|
@ -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.
|
// via TCP/IP and authentified by password.
|
||||||
|
|
||||||
define(DB_TYPE, "pgsql"); // or mysql
|
define(DB_TYPE, "pgsql"); // or mysql
|
||||||
|
@ -12,15 +12,16 @@
|
||||||
// Local cache directory for RSS feeds
|
// Local cache directory for RSS feeds
|
||||||
|
|
||||||
define(WEB_DEMO_MODE, false);
|
define(WEB_DEMO_MODE, false);
|
||||||
|
// Demo mode with reduced functionality.
|
||||||
|
|
||||||
define(ICONS_DIR, "icons");
|
define(ICONS_DIR, "icons");
|
||||||
define(ICONS_URL, "icons");
|
define(ICONS_URL, "icons");
|
||||||
|
|
||||||
define(USE_HTTP_AUTH, false);
|
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);
|
define(SINGLE_USER_MODE, true);
|
||||||
// disable all multi-user stuff altogether and just assume admin user
|
// Operate in single user mode, disables all functionality related to
|
||||||
// is always logged in
|
// multiple users.
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue