Added PORT to Database System Config

This commit is contained in:
oesi
2017-01-23 11:52:12 +01:00
parent b8177b58e8
commit fb79e7a130
+1
View File
@@ -103,6 +103,7 @@ $db['system'] = array(
'username' => 'fhcomplete',
'password' => 'fhcomplete',
'database' => DB_NAME,
'port' => DB_PORT,
'dbschema' => 'public',
'dbdriver' => 'postgre',
'dbprefix' => '',