1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

add oracle support

This commit is contained in:
Robin Appelman 2023-05-04 16:43:57 +02:00
commit a1c8e3c338
9 changed files with 92 additions and 14 deletions

View file

@ -2,8 +2,8 @@
$AUTOCONFIG = [
'dbname' => 'xe',
'dbhost' => 'oci',
'dbhost' => 'oracle',
'dbuser' => 'system',
'dbpass' => 'oracle',
'dbpass' => 'haze',
'dbtype' => 'oci'
];