Windshaft-cartodb/config/environments/development.js
Simon Tokumine 1cabf0e836 update port
2011-09-06 17:38:36 +01:00

7 lines
392 B
JavaScript

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};
module.exports.windshaft_port = 8181;