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'; }