Sha256: 43544775a84d3c780e50060123d830ea0a30e2891e9fc3a4bdf9eb545127120c
Contents?: true
Size: 411 Bytes
Versions: 84
Compression:
Stored size: 411 Bytes
Contents
# These config values will be shared by all environments but can be overridden. common: &common client_id: "<%= Rails.application.class.name.split("::").first.underscore %>" development: <<: *common brokers: - localhost:9092 test: <<: *common brokers: - localhost:9092 production: <<: *common brokers: - kafka1.myapp.com:9092 - kafka2.myapp.com:9092 - kafka3.myapp.com:9092
Version data entries
84 entries across 84 versions & 2 rubygems