From 28990218041133af46a340e569fb3eaa5ceab45e Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Tue, 10 Dec 2019 23:53:28 +0800 Subject: [PATCH] Update example env in accordance w/ Docker setup --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 19e36d8c..e8c6a0c8 100644 --- a/.env.example +++ b/.env.example @@ -5,11 +5,11 @@ APP_LOG_LEVEL=debug APP_URL=http://crater.test DB_CONNECTION=mysql -DB_HOST=127.0.0.1 +DB_HOST=db DB_PORT=3306 DB_DATABASE=crater -DB_USERNAME=root -DB_PASSWORD=bytefury +DB_USERNAME=crater +DB_PASSWORD=crater BROADCAST_DRIVER=log CACHE_DRIVER=file