Code for @1346

This commit is contained in:
James Cole
2018-04-21 20:36:42 +02:00
parent 769b4819b2
commit 592901b143
2 changed files with 16 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ LOG_CHANNEL=${LOG_CHANNEL}
# Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III
# If you use SQLite, set connection to `sqlite` and remove the database, username and password settings.
DB_CONNECTION=mysql
DB_CONNECTION=${FF_DB_CONNECTION}
DB_HOST=${FF_DB_HOST}
DB_PORT=${FF_DB_PORT}
DB_DATABASE=${FF_DB_NAME}