mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:05:58 +00:00
remove confusing DB_ header in config.php-dist
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// Your RDBMS must be configured to accept connections
|
// Database server configuration
|
||||||
// via TCP/IP and authentified by password.
|
|
||||||
|
|
||||||
define('DB_TYPE', "pgsql"); // or mysql
|
define('DB_TYPE', "pgsql"); // or mysql
|
||||||
define('DB_HOST', "localhost");
|
define('DB_HOST', "localhost");
|
||||||
define('DB_USER', "fox");
|
define('DB_USER', "fox");
|
||||||
|
|||||||
Reference in New Issue
Block a user