Windshaft-cartodb/config/environments/production.js
2011-09-13 21:51:51 -06:00

4 lines
241 B
JavaScript

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