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:
parent
9f8a3b1be8
commit
a1c8e3c338
9 changed files with 92 additions and 14 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
$AUTOCONFIG = [
|
||||
'dbname' => 'xe',
|
||||
'dbhost' => 'oci',
|
||||
'dbhost' => 'oracle',
|
||||
'dbuser' => 'system',
|
||||
'dbpass' => 'oracle',
|
||||
'dbpass' => 'haze',
|
||||
'dbtype' => 'oci'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue