2012-05-02 02:00:14 +08:00
|
|
|
var config = {
|
|
|
|
environment: 'development'
|
|
|
|
,port: 8181
|
|
|
|
,host: '127.0.0.1'
|
2014-10-08 22:50:35 +08:00
|
|
|
,uv_threadpool_size: undefined
|
2013-12-17 01:24:35 +08:00
|
|
|
// Regular expression pattern to extract username
|
|
|
|
// from hostname. Must have a single grabbing block.
|
|
|
|
,user_from_host: '^(.*)\\.localhost'
|
2014-02-05 22:14:47 +08:00
|
|
|
|
|
|
|
// Base URLs for the APIs
|
|
|
|
//
|
|
|
|
// See http://github.com/CartoDB/Windshaft-cartodb/wiki/Unified-Map-API
|
|
|
|
//
|
|
|
|
// Base url for the Templated Maps API
|
2014-02-17 23:29:23 +08:00
|
|
|
// "/api/v1/map/named" is the new API,
|
2014-02-05 22:14:47 +08:00
|
|
|
// "/tiles/template" is for compatibility with versions up to 1.6.x
|
2014-02-17 23:29:23 +08:00
|
|
|
,base_url_templated: '(?:/api/v1/map/named|/tiles/template)'
|
2014-02-05 22:14:47 +08:00
|
|
|
// Base url for the Detached Maps API
|
|
|
|
// "maps" is the the new API,
|
|
|
|
// "tiles/layergroup" is for compatibility with versions up to 1.6.x
|
2014-02-17 23:29:23 +08:00
|
|
|
,base_url_detached: '(?:/api/v1/map|/tiles/layergroup)'
|
2014-02-05 22:14:47 +08:00
|
|
|
// Base url for the Inline Maps and Table Maps API
|
|
|
|
,base_url_legacy: '/tiles/:table'
|
|
|
|
|
2013-01-30 00:36:50 +08:00
|
|
|
// Maximum number of connections for one process
|
|
|
|
// 128 is a good value with a limit of 1024 open file descriptors
|
|
|
|
,maxConnections:128
|
2014-02-13 21:55:31 +08:00
|
|
|
// Maximum number of templates per user. Unlimited by default.
|
|
|
|
,maxUserTemplates:1024
|
2014-02-13 22:44:54 +08:00
|
|
|
// Seconds since "last creation" before a detached
|
|
|
|
// or template instance map expires. Or: how long do you want
|
|
|
|
// to be able to navigate the map without a reload ?
|
|
|
|
// Defaults to 7200 (2 hours)
|
2014-02-14 20:12:52 +08:00
|
|
|
,mapConfigTTL: 7200
|
2014-03-25 00:03:32 +08:00
|
|
|
// idle socket timeout, in milliseconds
|
2012-12-05 20:59:20 +08:00
|
|
|
,socket_timeout: 600000
|
2012-05-02 02:00:14 +08:00
|
|
|
,enable_cors: true
|
2012-05-02 02:02:50 +08:00
|
|
|
,cache_enabled: false
|
2014-02-19 18:16:37 +08:00
|
|
|
,log_format: ':req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
2014-03-29 01:05:18 +08:00
|
|
|
// If log_filename is given logs will be written
|
|
|
|
// there, in append mode. Otherwise stdout is used (default).
|
|
|
|
// Log file will be re-opened on receiving the HUP signal
|
|
|
|
,log_filename: 'logs/node-windshaft.log'
|
2013-11-21 22:55:20 +08:00
|
|
|
// Templated database username for authorized user
|
|
|
|
// Supported labels: 'user_id' (read from redis)
|
2012-09-05 21:49:10 +08:00
|
|
|
,postgres_auth_user: 'development_cartodb_user_<%= user_id %>'
|
2013-11-21 22:55:20 +08:00
|
|
|
// Templated database password for authorized user
|
2013-11-13 06:18:40 +08:00
|
|
|
// Supported labels: 'user_id', 'user_password' (both read from redis)
|
|
|
|
,postgres_auth_pass: '<%= user_password %>'
|
2012-05-02 02:00:14 +08:00
|
|
|
,postgres: {
|
2012-12-08 01:58:31 +08:00
|
|
|
// Parameters to pass to datasource plugin of mapnik
|
|
|
|
// See http://github.com/mapnik/mapnik/wiki/PostGIS
|
2012-05-02 02:00:14 +08:00
|
|
|
type: "postgis",
|
2012-07-18 17:00:24 +08:00
|
|
|
user: "publicuser",
|
2013-11-11 07:50:03 +08:00
|
|
|
password: "public",
|
2012-05-02 02:00:14 +08:00
|
|
|
host: '127.0.0.1',
|
|
|
|
port: 5432,
|
2012-11-29 17:20:37 +08:00
|
|
|
extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
|
2012-05-08 00:30:16 +08:00
|
|
|
/* experimental
|
2012-05-02 02:00:14 +08:00
|
|
|
geometry_field: "the_geom",
|
|
|
|
extent: "-180,-90,180,90",
|
|
|
|
srid: 4326,
|
2012-05-08 00:30:16 +08:00
|
|
|
*/
|
2012-12-08 03:34:24 +08:00
|
|
|
row_limit: 65535,
|
2012-12-08 02:50:57 +08:00
|
|
|
simplify_geometries: true,
|
2014-03-25 00:40:43 +08:00
|
|
|
/*
|
|
|
|
* Set persist_connection to false if you want
|
|
|
|
* database connections to be closed on renderer
|
|
|
|
* expiration (1 minute after last use).
|
|
|
|
* Setting to true (the default) would never
|
|
|
|
* close any connection for the server's lifetime
|
|
|
|
*/
|
|
|
|
persist_connection: false,
|
2012-11-28 01:30:08 +08:00
|
|
|
max_size: 500
|
2012-05-02 02:00:14 +08:00
|
|
|
}
|
2012-10-09 18:12:33 +08:00
|
|
|
,mapnik_version: undefined
|
2014-08-07 07:57:21 +08:00
|
|
|
,mapnik_tile_format: 'png8:m=h'
|
2014-02-12 23:01:50 +08:00
|
|
|
,statsd: {
|
|
|
|
host: 'localhost',
|
2014-02-18 17:38:15 +08:00
|
|
|
port: 8125,
|
2014-03-04 23:52:16 +08:00
|
|
|
prefix: 'dev.',
|
2014-03-05 00:37:19 +08:00
|
|
|
cacheDns: true
|
2014-02-12 23:01:50 +08:00
|
|
|
// support all allowed node-statsd options
|
|
|
|
}
|
2013-02-25 23:53:57 +08:00
|
|
|
,renderer: {
|
|
|
|
// Milliseconds since last access before renderer cache item expires
|
|
|
|
cache_ttl: 60000,
|
|
|
|
metatile: 4,
|
2014-10-15 22:45:49 +08:00
|
|
|
bufferSize: 64,
|
|
|
|
statsInterval: 5000 // milliseconds between each report to statsd about number of renderers and mapnik pool status
|
2013-02-25 23:53:57 +08:00
|
|
|
}
|
2012-09-20 00:52:13 +08:00
|
|
|
,millstone: {
|
2013-08-21 16:04:43 +08:00
|
|
|
// Needs to be writable by server user
|
2012-09-20 00:52:13 +08:00
|
|
|
cache_basedir: '/tmp/cdb-tiler-dev/millstone-dev'
|
|
|
|
}
|
2012-05-02 02:00:14 +08:00
|
|
|
,redis: {
|
|
|
|
host: '127.0.0.1',
|
|
|
|
port: 6379,
|
2013-02-21 19:56:04 +08:00
|
|
|
// Max number of connections in each pool.
|
|
|
|
// Users will be put on a queue when the limit is hit.
|
|
|
|
// Set to maxConnection to have no possible queues.
|
2014-04-16 23:53:42 +08:00
|
|
|
// There are currently 2 pools involved in serving
|
2013-02-21 19:56:04 +08:00
|
|
|
// windshaft-cartodb requests so multiply this number
|
2014-04-16 23:53:42 +08:00
|
|
|
// by 2 to know how many possible connections will be
|
2013-02-21 19:56:04 +08:00
|
|
|
// kept open by the server. The default is 50.
|
|
|
|
max: 50,
|
2014-10-17 20:18:14 +08:00
|
|
|
returnToHead: true, // defines the behaviour of the pool: false => queue, true => stack
|
2013-01-29 20:01:17 +08:00
|
|
|
idleTimeoutMillis: 1, // idle time before dropping connection
|
2014-08-13 21:15:30 +08:00
|
|
|
reapIntervalMillis: 1, // time between cleanups
|
2014-10-15 04:14:34 +08:00
|
|
|
slowQueries: {
|
|
|
|
log: true,
|
|
|
|
elapsedThreshold: 200
|
|
|
|
},
|
2014-08-13 21:15:30 +08:00
|
|
|
slowPool: {
|
|
|
|
log: true, // whether a slow acquire must be logged or not
|
|
|
|
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
|
2014-10-15 04:12:35 +08:00
|
|
|
},
|
|
|
|
emitter: {
|
2014-10-15 22:25:35 +08:00
|
|
|
statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
|
2014-08-13 21:15:30 +08:00
|
|
|
}
|
2012-05-02 02:00:14 +08:00
|
|
|
}
|
|
|
|
,sqlapi: {
|
2012-05-03 02:32:54 +08:00
|
|
|
protocol: 'http',
|
2014-01-30 23:09:13 +08:00
|
|
|
// If "host" is given, it will be used
|
|
|
|
// to connect to the SQL-API without a
|
|
|
|
// DNS lookup
|
|
|
|
host: '127.0.0.1',
|
2012-05-03 02:32:54 +08:00
|
|
|
port: 8080,
|
2014-01-30 23:09:13 +08:00
|
|
|
// The "domain" part will be appended to
|
|
|
|
// the cartodb username and passed to
|
|
|
|
// SQL-API requests in the Host HTTP header
|
2014-01-30 23:56:23 +08:00
|
|
|
domain: 'localhost.lan',
|
2014-02-20 17:17:48 +08:00
|
|
|
version: 'v1',
|
|
|
|
// Maximum lenght of SQL query for GET
|
|
|
|
// requests. Longer queries will be sent
|
|
|
|
// using POST. Defaults to 2048
|
2014-02-27 17:26:42 +08:00
|
|
|
max_get_sql_length: 2048,
|
|
|
|
// Maximum time to wait for a response,
|
|
|
|
// in milliseconds. Defaults to 100.
|
|
|
|
timeout: 100
|
2012-05-02 02:00:14 +08:00
|
|
|
}
|
|
|
|
,varnish: {
|
|
|
|
host: 'localhost',
|
2012-09-04 00:57:35 +08:00
|
|
|
port: 6082,
|
2014-02-12 22:34:19 +08:00
|
|
|
secret: 'xxx',
|
2012-09-04 00:57:35 +08:00
|
|
|
ttl: 86400
|
2012-05-02 02:00:14 +08:00
|
|
|
}
|
2013-07-16 21:59:34 +08:00
|
|
|
// If useProfiler is true every response will be served with an
|
|
|
|
// X-Tiler-Profile header containing elapsed timing for various
|
|
|
|
// steps taken for producing the response.
|
|
|
|
,useProfiler:true
|
2012-05-02 02:00:14 +08:00
|
|
|
};
|
|
|
|
|
2012-05-08 00:30:16 +08:00
|
|
|
module.exports = config;
|