diff --git a/.env.example b/.env.example index 2a7503d5cd..c1a0314177 100644 --- a/.env.example +++ b/.env.example @@ -58,9 +58,9 @@ APP_LOG_LEVEL=notice # 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 "mysql" for MySQL and MariaDB. Use "sqlite" for SQLite. -DB_CONNECTION=pgsql +DB_CONNECTION=mysql DB_HOST=fireflyiiidb -DB_PORT=5432 +DB_PORT=3306 DB_DATABASE=firefly DB_USERNAME=firefly DB_PASSWORD=secret_firefly_password