diff options
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r-- | schemas/config/2.0.schema.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index f09fa657..9a9db63f 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -9,10 +9,9 @@ "version": { "description": "configuration version", "type": "string", - "default": "3", + "default": "2.7", "enum": [ - "2.7", - "3" + "2.7" ] }, "centrifuge": { @@ -1469,6 +1468,11 @@ "type": "boolean", "default": false }, + "consumer_id": { + "description": "The consumer_id is identified by a string that is unique and scoped for all consumers on this channel", + "type": "string", + "default": "roadrunner+uuid" + }, "exchange_auto_deleted": { "description": "Auto-delete (exchange is deleted when last queue is unbound from it): https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges", "type": "boolean", |