added port to db connection of codeigniter

This commit is contained in:
Stefan Puraner
2016-03-10 10:46:40 +01:00
parent 2355facd39
commit 24756d9cf3
+1
View File
@@ -79,6 +79,7 @@ $db['default'] = array(
'hostname' => DB_HOST,
'username' => DB_USER,
'password' => DB_PASSWORD,
'port' => DB_PORT,
'database' => DB_NAME,
'dbdriver' => 'postgre',
'dbprefix' => '',