Activate auth_remote by default, allow user to set activated plugins.
This commit is contained in:
parent
adacce4ba1
commit
41f5c27574
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user