diff --git a/.env.example b/.env.example index 1ce079c0ab..f90ed5b26d 100644 --- a/.env.example +++ b/.env.example @@ -25,7 +25,7 @@ TRUSTED_PROXIES= LOG_CHANNEL=daily # 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. +# For other database types, please see the FAQ: http://firefly-iii.readthedocs.io/en/latest/support/faq.html DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306