ensl_gathers/config/environments/test.js

11 lines
147 B
JavaScript
Raw Normal View History

2015-07-20 09:41:58 +00:00
"use strict";
var config = {
2015-08-05 00:11:46 +00:00
port: 9000,
mongo: {
2015-08-07 00:47:23 +00:00
uri: "mongodb://localhost/swsgather_test"
2015-08-05 00:11:46 +00:00
},
secret_token: ""
2015-07-20 09:41:58 +00:00
};
module.exports = config;