ensl_gathers/config/environments/test.js
2015-08-07 01:47:23 +01:00

11 lines
No EOL
147 B
JavaScript

"use strict";
var config = {
port: 9000,
mongo: {
uri: "mongodb://localhost/swsgather_test"
},
secret_token: ""
};
module.exports = config;