From 3c6691480405828c18ed980ae8cb94ad7e3970e4 Mon Sep 17 00:00:00 2001 From: Juan Felipe Zapata Moreno Date: Tue, 9 Sep 2025 12:41:13 -0600 Subject: [PATCH] Modificaciones --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5bf73bc..8c494c5 100644 --- a/.env.example +++ b/.env.example @@ -29,7 +29,7 @@ LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql -DB_HOST=127.0.0.1 +DB_HOST=mysql DB_PORT=3306 DB_DATABASE=holos-backend DB_USERNAME=notsoweb