environment fix

This commit is contained in:
CHIEFSOFT\ameye
2026-01-04 14:11:22 -05:00
parent 304024a3ba
commit f1f0d1b3c1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CONFIG_NAME='This is development!' CONFIG_NAME='This is Dev.!'
CONTAINER_PORT=8097 CONTAINER_PORT=8097
UID=1000 UID=1000
CI_ENV=development CI_ENV=development
+1 -1
View File
@@ -1,4 +1,4 @@
CONFIG_NAME='This is live' CONFIG_NAME='LV-ENV'
CONTAINER_PORT=8097 CONTAINER_PORT=8097
UID=1000 UID=1000
CI_ENVIRONMENT=production CI_ENVIRONMENT=production
+1 -1
View File
@@ -244,7 +244,7 @@ class Database extends Config
if (ENVIRONMENT === 'testing') { if (ENVIRONMENT === 'testing') {
$this->defaultGroup = 'tests'; $this->defaultGroup = 'tests';
} }
if(ENVIRONMENT == 'production'){ if(ENVIRONMENT == 'production'){
$this->defaultGroup ='production'; $this->defaultGroup ='production';
} }