Sha256: fb86af824ca44c4c33167c379bee2aa4a773d98d289d900544f650448974f3bd
Contents?: true
Size: 268 Bytes
Versions: 34
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true module Orchestration module Services module RabbitMQ PORT = 5672 MANAGEMENT_PORT = 15_672 end end end require 'orchestration/services/rabbitmq/configuration' require 'orchestration/services/rabbitmq/healthcheck'
Version data entries
34 entries across 34 versions & 1 rubygems