Upload file

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-14 16:34:37 +07:00
parent de2966ba09
commit 97154c1100
13 changed files with 790 additions and 38 deletions
+13 -1
View File
@@ -15,7 +15,7 @@ return [
|
*/
'default' => env('DB_CONNECTION', 'mysql'),
'default' => env('DB_CONNECTION', 'Samasa'),
/*
|--------------------------------------------------------------------------
@@ -91,6 +91,18 @@ return [
'prefix_indexes' => true,
],
'Samasa' => [
'driver' => 'oracle',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '1521'),
'database' => env('DB_DATABASE', 'xe'),
'service_name' => env('DB_SERVICENAME', 'xe'),
'username' => env('DB_USERNAME', 'hr'),
'password' => env('DB_PASSWORD', 'hr'),
'charset' => '',
'prefix' => '',
],
'oracle' => [
'driver' => 'oracle',
'host' => env('ORA_HOST', 'localhost'),