Sha256: 3a9847140ffa1cd91c659890b2e187a3d6b116d5094f5cc9f8dd1d853f9d992c
Contents?: true
Size: 1.74 KB
Versions: 11
Compression:
Stored size: 1.74 KB
Contents
{ "type": "object", "properties": { "rabbit": { "type": "hash", "properties": { "host": { "type": "string" }, "port": { "type": "integer" }, "vhost": { "type": "string" }, "user": { "type": "string" }, "pass": { "type": "string" }, "admin_pass": { "type": "string" } }, "required": [ "host", "port", "vhost", "user", "pass", "admin_pass" ] }, "queues": { "type": "hash", "properties": { "standard": { "type": "hash", "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, "required": [ "from", "to" ] }, "admin": { "type": "hash", "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, "required": [ "from", "to" ] } }, "required": [ "standard", "admin" ] }, "janus": { "type": "hash", "properties": { "plugins": { "type": "hash" }, "session": { "type": "hash" }, "cluster": { "type": "hash" } }, "required": [ "session", "plugins", "cluster" ] }, "gem": { "type": "hash", "properties": { "log": { "type": "hash", "properties": { "level": { "type": "string" } }, "required": [ "level" ] } }, "required": [ "log" ] } }, "required": [ "rabbit", "queues", "janus", "gem" ] }
Version data entries
11 entries across 11 versions & 1 rubygems