From 4e69bc0e32809ac364899ffb5faabd4b4e3f4a77 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 19 Mar 2018 15:44:08 +0100 Subject: [PATCH] Add reference to FAQ [skip ci] --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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