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