UNPKG

@asyncapi/specs

Version:
15 lines (14 loc) 375 B
[ { "host": "rabbitmq.in.mycompany.com:5672", "pathname": "/{env}", "protocol": "amqp", "description": "RabbitMQ broker. Use the `env` variable to point to either `production` or `staging`.", "variables": { "env": { "description": "Environment to connect to. It can be either `production` or `staging`.", "enum": ["production", "staging"] } } } ]