fix syntax error
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-03 14:19:06 +02:00
parent bcda67054f
commit df4b873e78
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ return array(
'db' => array(
'type' => '{{ getenv "FRESHRSS_DB_TYPE" "sqlite" }}',
'host' => '{{ getenv "FRESHRSS_DB_HOST" "localhost" }}',
'port' => '{{ getenv "FRESHRSS_DB_PORT" }}'
'port' => '{{ getenv "FRESHRSS_DB_PORT" }}',
'user' => '{{ getenv "FRESHRSS_DB_USER" }}',
'password' => '{{ getenv "FRESHRSS_DB_PASSWORD" }}',
'base' => '{{ getenv "FRESHRSS_DB_BASE" }}',