Skip to content

Instantly share code, notes, and snippets.

@s3u
Created March 21, 2012 14:19
Show Gist options
  • Save s3u/2147268 to your computer and use it in GitHub Desktop.
Save s3u/2147268 to your computer and use it in GitHub Desktop.
Options to disable
var options = {
cluster: false,
port: process.env.VCAP_APP_PORT || 3000,
monPort: 3001,
config: cwd + '/config/dev.json',
tables: cwd + '/tables',
routes: cwd + '/routes',
xformers: cwd + '/config/xformers.json',
disableConsole: true,
disableQ: true,
ecv: {
monitor: '/tables',
validator: function(status, headers, data) {
return JSON.parse(data);
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment