Sha256: 07feb0623b7a81714402d8134aee82f24867513ac8e8c2fac548a8ee8aa1fa4e
Contents?: true
Size: 1.89 KB
Versions: 115
Compression:
Stored size: 1.89 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" ] }, "cluster": { "type": "hash", "properties": { "enabled": { "type": "boolean" } }, "required": [ "enabled" ] } }, "required": [ "log", "cluster" ] } }, "required": [ "rabbit", "queues", "janus", "gem" ] }
Version data entries
115 entries across 115 versions & 1 rubygems