From 5accf0e0ed60094ffbd6810da229ad9639e8f5b6 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 14 Apr 2021 06:27:07 -0700 Subject: [PATCH] Correct db host name in example env file --- .env.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local.example b/.env.local.example index a99b00e..38797f4 100644 --- a/.env.local.example +++ b/.env.local.example @@ -12,7 +12,7 @@ LOG_CHANNEL=stack LOG_LEVEL=debug DB_CONNECTION=mysql -DB_HOST=mysql +DB_HOST=db DB_PORT=3306 DB_DATABASE=kcal DB_USERNAME=kcal