diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 97d97302..0dc6275f 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -118,7 +118,7 @@ var config = { user: "publicuser", password: "public", host: '127.0.0.1', - port: 6432 + port: 5432 } ,mapnik_version: undefined ,mapnik_tile_format: 'png8:m=h' @@ -205,7 +205,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, diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 0dcd87b6..67a49e78 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -118,7 +118,7 @@ var config = { user: "publicuser", password: "public", host: '127.0.0.1', - port: 6432 + port: 5432 } ,mapnik_version: undefined ,mapnik_tile_format: 'png8:m=h' @@ -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,