From f866f3924853e250d157104aab9285cd16a9209e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 28 Jan 2019 06:28:13 +0100 Subject: [PATCH] Added MySQL example in .env.dist --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index 0a901e0be..931fc0210 100644 --- a/.env.dist +++ b/.env.dist @@ -13,8 +13,8 @@ APP_SECRET=faec5e5fcf0ff499f53ecc30bdffc653 # # Application connection details # -# uncomment SQLite3 line to use that database DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db +#DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name # # Anti-Hotlink protection