ensl_gathers/config/environments/production.js

11 lines
137 B
JavaScript
Raw Normal View History

2015-07-20 09:41:58 +00:00
"use strict";
var config = {
2015-08-17 13:53:55 +00:00
port: 80,
2015-08-05 00:11:46 +00:00
mongo: {
uri: "" // Set using MONGOLAB_URI
},
secret_token: ""
2015-07-20 09:41:58 +00:00
};
module.exports = config;