add sample config for oracle connection
This commit is contained in:
18
local/config/config_thelia.php
Normal file
18
local/config/config_thelia.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
$conf = array (
|
||||
'datasources' =>
|
||||
array (
|
||||
'thelia' =>
|
||||
array (
|
||||
'adapter' => THELIA_DB_ADAPTER,
|
||||
'connection' =>
|
||||
array (
|
||||
'dsn' => THELIA_DB_DSN,
|
||||
'user' => THELIA_DB_USER,
|
||||
'password' => THELIA_DB_PASSWORD,
|
||||
),
|
||||
),
|
||||
),
|
||||
'generator_version' => '1.6.7',
|
||||
);
|
||||
return $conf;
|
||||
Reference in New Issue
Block a user