sbuhacks/api/config.sample.js

5 lines
70 B
JavaScript
Raw Normal View History

2022-09-24 17:06:11 -04:00
const rabbitMQ = 'amqp://localhost'
module.exports = {
rabbitMQ
}