Windshaft-cartodb/config/environments/production.js

4 lines
241 B
JavaScript
Raw Normal View History

2011-09-05 07:00:41 +08:00
module.exports.name = 'production';
2011-09-14 11:51:51 +08:00
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;