From f1f0d1b3c103613313bc6d86ff3f94c474061740 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 4 Jan 2026 14:11:22 -0500 Subject: [PATCH] environment fix --- .env | 2 +- .env.live | 2 +- app/Config/Database.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8982269..a73b903 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -CONFIG_NAME='This is development!' +CONFIG_NAME='This is Dev.!' CONTAINER_PORT=8097 UID=1000 CI_ENV=development diff --git a/.env.live b/.env.live index 9abb350..0dd7292 100644 --- a/.env.live +++ b/.env.live @@ -1,4 +1,4 @@ -CONFIG_NAME='This is live' +CONFIG_NAME='LV-ENV' CONTAINER_PORT=8097 UID=1000 CI_ENVIRONMENT=production diff --git a/app/Config/Database.php b/app/Config/Database.php index 9d6dca6..d14c9ab 100644 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -244,7 +244,7 @@ class Database extends Config if (ENVIRONMENT === 'testing') { $this->defaultGroup = 'tests'; } - + if(ENVIRONMENT == 'production'){ $this->defaultGroup ='production'; }