update composer json

This commit is contained in:
KhatamNugraha
2023-07-24 12:09:51 +07:00
parent 6210e33a3b
commit a11f21a4f5
6 changed files with 3080 additions and 7813 deletions

View File

@ -93,6 +93,30 @@ return [
// 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'),
],
'db2' => [
'driver' => 'odbc',
'dsn' => env('DB_ODBC_CONNECTION_STRING','DB2'),
'host' => env('DB2_HOST'),
'database' => env('DB2_DATABASE'),
'username' => env('DB2_USERNAME'),
'password' => env('DB2_PASSWORD'),
'port' => env('DB2_PORT'),
'options' => [
// 'i5_naming' => DB2_I5_NAMING_ON,
'i5_libl' => 'YOUR_LIBRARY_LIST',
// Tambahkan opsi lain sesuai kebutuhan Anda
],
],
'hive' => [
'driver' => 'odbc',
'dsn' => env('DB_ODBC_CONNECTION_STRING','HIVE2'),
'host' => env('DB_ODBC_HOST','10.0.230.65'),
'database' => env('DB_ODBC_DATABASE','t24_clean'),
'username' => env('DB_ODBC_USERNAME','datalake-user'),
'password' => env('DB_ODBC_PASSWORD','datalake-password'),
],
],
/*
@ -148,4 +172,4 @@ return [
],
];
];