UNPKG

mqrpc

Version:

💫 Easy RPC over RabbitMQ

6 lines (5 loc) • 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vhost = process.env.RABBITMQ_VHOST || '/'; const AMQP_URL = 'amqp://guest:guest@localhost' + vhost; exports.AMQP_URL = AMQP_URL;