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