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