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