From 41f5c275744d873529fd61de1d66a6177cfdaa92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9g=C3=A9?= Date: Tue, 8 Dec 2015 15:51:49 +0100 Subject: [PATCH] Activate auth_remote by default, allow user to set activated plugins. --- configure-db.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure-db.php b/configure-db.php index 8f9b1e3..9d3ec1f 100644 --- a/configure-db.php +++ b/configure-db.php @@ -8,6 +8,9 @@ $config = array(); // path to ttrss $config['SELF_URL_PATH'] = env('SELF_URL_PATH', 'http://localhost'); +// Default plugins +$config['PLUGINS']=env('PLUGINS','auth_internal, auth_remote, note'); + if (getenv('DB_TYPE') !== false) { $config['DB_TYPE'] = getenv('DB_TYPE'); } elseif (getenv('DB_PORT_5432_TCP_ADDR') !== false) {