Files
Windshaft-cartodb/config/environments/test.js
2011-09-05 00:00:41 +01:00

7 lines
391 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;