Sha256: a918b13951f670b33cf1e0e55030076f6c2d79a7b2969fe4ab6f0b888e088fa5
Contents?: true
Size: 1.68 KB
Versions: 21
Compression:
Stored size: 1.68 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" } }, "required": [ "session", "plugins" ] }, "gem": { "type": "hash", "properties": { "log": { "type": "hash", "properties": { "level": { "type": "string" } }, "required": [ "level" ] } }, "required": [ "log" ] } }, "required": [ "rabbit", "queues", "janus", "gem" ] }
Version data entries
21 entries across 21 versions & 1 rubygems