From 3460e83e98b6abd5527b89bb3979b8d8d044256c Mon Sep 17 00:00:00 2001 From: jirho Date: Mon, 2 Dec 2024 01:55:45 -0300 Subject: [PATCH] Mejoro el .env.example --- src/.env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.env.example b/src/.env.example index 6c3d2c5..a89733a 100644 --- a/src/.env.example +++ b/src/.env.example @@ -9,9 +9,9 @@ LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=pgsql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=laravel +DB_HOST=pgsql +DB_PORT=5432 +DB_DATABASE=ddjj DB_USERNAME=root DB_PASSWORD=