diff --git a/config/database.php b/config/database.php index bad0d24..2d4f02a 100644 --- a/config/database.php +++ b/config/database.php @@ -103,17 +103,7 @@ return [ 'prefix' => '', ], - 'oracle2' => [ - 'driver' => 'oracle', - 'host' => env('ORA_HOST2', 'localhost'), - 'port' => env('ORA_PORT2', '1521'), - 'database' => env('ORA_DATABASE2', 'xe'), - 'service_name' => env('ORA_SERVICENAME2', 'xe'), - 'username' => env('ORA_USERNAME2', 'hr'), - 'password' => env('ORA_PASSWORD2', 'hr'), - 'charset' => '', - 'prefix' => '', - ] + ],