mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
update config.php-dist
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user