Files
Windshaft-cartodb/config/environments/test.js
Simon Tokumine d3de832f37 updated deps
2011-09-06 14:41:43 +01:00

7 lines
389 B
JavaScript

module.exports.name = 'test';
module.exports.postgres = {user: 'postgres', host: '127.0.0.1', port: 5432};
module.exports.redis = {host: '127.0.0.1',
port: 6379,
idleTimeoutMillis: 1,
reapIntervalMillis: 1};
module.exports.windshaft_port = 8080;