integratino test platform env

This commit is contained in:
Yuri Kuznetsov
2023-02-28 12:44:18 +02:00
parent 823d371e9d
commit b3f7242bae
+2 -1
View File
@@ -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'),