[quote="Jasiek":6ynefu5b]We have no experience running PostgreSQL on non-standard port. But if you can establish the connection to the database I see no reason why it should not work.
Config file located in /data directory has this line:
/**
* Address of SQL server.
*/
define('DATABASE_HOST','localhost');
This is where you can specify the address and port of the database.
Let us know if it worked for you.[/quote:6ynefu5b]
Problem is that on setup when i have form to connection i can set only login/pass/db/driver and host.. when i try to set host:port or host,port i get Cannot connect.
I dont have any files in /data
Thanks for fast reply, i realize that i need to set it so :
define('DATABASE_HOST','192.168.1.11:3334)
or
define('DATABASE_HOST','192.168.1.11')
define('DATABASE_PORT','3334')