sbuhacks/api/config.sample.js
2022-09-24 17:06:11 -04:00

5 lines
70 B
JavaScript

const rabbitMQ = 'amqp://localhost'
module.exports = {
rabbitMQ
}