Windshaft-cartodb/config/environments/production.js
2011-09-21 16:33:25 -04:00

4 lines
239 B
JavaScript

module.exports.name = 'production';
module.exports.postgres = {user: 'tileuser', host: '127.0.0.1', port: 6432};
module.exports.redis = {host: '127.0.0.1', port: 6379};
module.exports.windshaft_port = 8181;