Merge branch 'dev' of bitbucket.org:jubilian/nhance-enrollment into dev

This commit is contained in:
VENKATESHWARAN 2025-12-10 18:58:59 +05:30
commit fbb92644ec

View File

@ -98,7 +98,7 @@ class Database extends Config
$this->defaultGroup = 'tests';
}
$this->enableSSL = env('DB_SSL_ENABLE');
$this->enableSSL = env('DB_SSL_ENABLE') ?? false;
if ($this->enableSSL === true || $this->enableSSL === 'true' || $this->enableSSL === 1 || $this->enableSSL === '1') {