mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:25:55 +00:00
explain DB_TYPE config entry
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
<?
|
<?
|
||||||
// define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
|
// PostgreSQL must be configured to accept connections
|
||||||
// DB connection string, PostgreSQL must be configured to accept connections
|
|
||||||
// via TCP/IP and authentified by password.
|
// via TCP/IP and authentified by password.
|
||||||
|
|
||||||
define(DB_TYPE, "pgsql");
|
define(DB_TYPE, "pgsql"); // or mysql
|
||||||
define(DB_HOST, "localhost");
|
define(DB_HOST, "localhost");
|
||||||
define(DB_USER, "fox");
|
define(DB_USER, "fox");
|
||||||
define(DB_NAME, "fox");
|
define(DB_NAME, "fox");
|
||||||
|
|||||||
Reference in New Issue
Block a user