ensl_gathers/config/environments/test.js
2015-08-17 14:50:59 +01:00

11 lines
No EOL
161 B
JavaScript

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