integratino test platform env
This commit is contained in:
@@ -26,9 +26,10 @@
|
|||||||
* In accordance with Section 7(b) of the GNU General Public License version 3,
|
* In accordance with Section 7(b) of the GNU General Public License version 3,
|
||||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'database' => [
|
'database' => [
|
||||||
'driver' => 'pdo_mysql',
|
'platform' => getenv('TEST_DATABASE_PLATFORM') ?: 'Mysql',
|
||||||
'charset' => 'utf8mb4',
|
'charset' => 'utf8mb4',
|
||||||
'host' => getenv('TEST_DATABASE_HOST'),
|
'host' => getenv('TEST_DATABASE_HOST'),
|
||||||
'port' => getenv('TEST_DATABASE_PORT'),
|
'port' => getenv('TEST_DATABASE_PORT'),
|
||||||
|
|||||||
Reference in New Issue
Block a user