From 232145d9a7f6253c45c45807ee913ba3a3cd9854 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 17 Jun 2023 15:09:08 +0300 Subject: [PATCH] Update .env.example to have the test information. --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index c6c2182..bb9a0c7 100644 --- a/.env.example +++ b/.env.example @@ -8,12 +8,12 @@ LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 +DB_CONNECTION=pgsql +DB_HOST=postgres +DB_PORT=5432 DB_DATABASE=laravel -DB_USERNAME=root -DB_PASSWORD= +DB_USERNAME=laravel +DB_PASSWORD=testpassword BROADCAST_DRIVER=log CACHE_DRIVER=file