correct dbtype in tt-rss

This commit is contained in:
vincent 2020-09-13 10:20:35 +02:00
parent 2190752ce8
commit 5073d87a6d

View File

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