summaryrefslogtreecommitdiffstats
path: root/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-27 09:26:23 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-27 09:26:23 -0400
commit8f609299227487fd1b681a333662c82853f4d8c4 (patch)
tree4b1e735099464b4f4be04909738b28bc05e2eedf /tozt
parentedf4592fa9e492619f24f6b168616652a381105e (diff)
downloadpuppet-tozt-8f609299227487fd1b681a333662c82853f4d8c4.tar.gz
puppet-tozt-8f609299227487fd1b681a333662c82853f4d8c4.zip
add back a few missing config variables
Diffstat (limited to 'tozt')
-rw-r--r--tozt/ttrss/files/config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tozt/ttrss/files/config.php b/tozt/ttrss/files/config.php
index eba0957..5f1eb51 100644
--- a/tozt/ttrss/files/config.php
+++ b/tozt/ttrss/files/config.php
@@ -6,6 +6,7 @@ define('DB_USER', "ttrss");
define('DB_NAME', "ttrss");
define('DB_PASS', "");
define('DB_PORT', '5432');
+define('MYSQL_CHARSET', 'UTF8');
define('SELF_URL_PATH', 'https://rss.tozt.net/');
define('SINGLE_USER_MODE', false);
@@ -22,6 +23,9 @@ define('AUTH_AUTO_LOGIN', true);
define('FORCE_ARTICLE_PURGE', 0);
+define('SPHINX_SERVER', 'localhost:9312');
+define('SPHINX_INDEX', 'ttrss, delta');
+
define('ENABLE_REGISTRATION', false);
define('REG_NOTIFY_ADDRESS', 'ttrss@tozt.net');
define('REG_MAX_USERS', 2);