From 9e02c6ca5f2e6ee185c52cafe0ec2059b1d12228 Mon Sep 17 00:00:00 2001 From: Artem Darius Weber Date: Tue, 1 Oct 2024 23:26:30 +0300 Subject: [PATCH] upd .env sail db configs --- .env.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 2d7f02f..9bd8935 100644 --- a/.env.example +++ b/.env.example @@ -8,12 +8,15 @@ LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug +WWWGROUP=1000 +WWWUSER=1000 + DB_CONNECTION=mysql -DB_HOST=127.0.0.1 +DB_HOST=mysql DB_PORT=3306 DB_DATABASE=laravel -DB_USERNAME=root -DB_PASSWORD= +DB_USERNAME=sail +DB_PASSWORD=password BROADCAST_DRIVER=log CACHE_DRIVER=file