const rabbitMQ = 'amqp://localhost' const mongoURL = "mongodb://localhost:27017/users" const mongoUser = '' const mongoPassword = '' const JWT_SECRET = '' module.exports = { rabbitMQ, mongoURL, mongoUser, mongoPassword, JWT_SECRET }