lastmodification

This commit is contained in:
vincent 2020-09-13 21:21:14 +02:00
parent 6409b1e6fe
commit a0a027fa4f

View File

@ -2,7 +2,7 @@
// *******************************************
// *** Database configuration (important!) ***
// *******************************************
define('DB_TYPE', '"{{ 'pgsql' if ttrss_DB_type == 'postgres' else ttrss_DB_type }}"');
define('DB_TYPE', '{{ 'pgsql' if ttrss_db_type == 'postgres' else ttrss_db_type }}');
define('DB_HOST', 'localhost');
define('DB_USER', '{{ ttrss_db_user}}');
define('DB_NAME', '{{ttrss_db_name}}');