Windshaft-cartodb/config/environments/development.js

7 lines
392 B
JavaScript
Raw Normal View History

2011-09-05 07:00:41 +08:00
module.exports.name = 'development';
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};
2011-09-07 00:38:36 +08:00
module.exports.windshaft_port = 8181;