1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 00:46:02 +00:00

Update ttrss-configure-db.php

This commit is contained in:
Jonathan Chan
2020-12-29 01:37:29 -08:00
committed by GitHub
parent 5b6dadf9fc
commit 0c0c2b5772

View File

@@ -3,8 +3,7 @@
include '/srv/ttrss-utils.php';
if (!env('TTRSS_PATH', ''))
$confpath = '/var/www/ttrss/';
$confpath = env('TTRSS_PATH', '/var/www/ttrss/');
$conffile = $confpath . 'config.php';
$ename = 'DB';