From 54dfb35007e9f69ec70cfafb2f77dc4a496686ad Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 5 Jul 2020 09:35:44 +0200 Subject: [PATCH] Fix .env.example --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ef0ce5c29a..67e573fc3d 100644 --- a/.env.example +++ b/.env.example @@ -57,7 +57,9 @@ APP_LOG_LEVEL=notice # Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III # For other database types, please see the FAQ: https://docs.firefly-iii.org/support/faq # If you use Docker or similar, you can set these variables from a file by appending them with _FILE -# Use "pgsql" for PostgreSQL and MariaDB. Use "sqlite" for SQLite. +# Use "pgsql" for PostgreSQL +# Use "mysql" for MySQL and MariaDB. +# Use "sqlite" for SQLite. DB_CONNECTION=mysql DB_HOST=fireflyiiidb DB_PORT=3306