This commit is contained in:
Paminger
2016-03-20 12:53:17 +01:00
parent 0c3c47f848
commit 9689fd5a01
137 changed files with 8480 additions and 405 deletions
+4 -4
View File
@@ -97,13 +97,13 @@ $db['default'] = array(
'save_queries' => TRUE
);
$db['wawi'] = array(
$db['system'] = array(
'dsn' => '',
'hostname' => DB_HOST,
'username' => DB_USER,
'password' => DB_PASSWORD,
'username' => 'fhcomplete',
'password' => 'fhcomplete',
'database' => DB_NAME,
'dbschema' => 'wawi',
'dbschema' => 'public',
'dbdriver' => 'postgre',
'dbprefix' => '',
'pconnect' => DB_CONNECT_PERSISTENT,