"use strict";
var config = {
port: 80,
mongo: {
uri: "" // Set using MONGOLAB_URI
},
secret_token: ""
};
module.exports = config;