Merge branch 'master' of github.com:Vizzuality/CartoDB-SQL-API

This commit is contained in:
Simon Tokumine 2011-09-07 12:06:11 +01:00
commit 02e593f4ad
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ var env = require(__dirname + '/config/environments/' + ENV)
_.extend(global.settings, env);
cluster('./app/controllers/app')
.set('workers', 2)
.set('socket path', '/tmp')
.use(cluster.logger('logs'))
.use(cluster.stats())
.use(cluster.pidfiles('pids'))

View File

@ -4,7 +4,7 @@
"description": "high speed SQL api for cartodb",
"version": "0.0.1",
"dependencies": {
"cluster": "0.6.4",
"cluster": "0.6.9",
"express": "2.4.3",
"underscore" : "1.1.x",
"underscore.string": "1.1.5",