Use the right port again

This commit is contained in:
Daniel García Aubert 2018-05-25 14:25:43 +02:00
parent 1d0fa9a5f6
commit d003790e4d

View File

@ -197,7 +197,7 @@ var config = {
user: "publicuser",
password: "public",
host: '127.0.0.1',
port: 6432,
port: 5432,
extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
// max number of rows to return when querying data, 0 means no limit
row_limit: 65535,