fix: RABBITMQ_URI non required

This commit is contained in:
Gabriel Pastori 2023-09-10 14:03:03 -03:00
parent f6efb7d107
commit a371164659

View File

@ -133,7 +133,8 @@
"value": "false"
},
"RABBITMQ_URI": {
"description": "The URI for rabbitmq. (amqp://[username:password@]host[:port][/vhost])"
"description": "The URI for rabbitmq. (amqp://[username:password@]host[:port][/vhost])",
"required": false
},
"CONFIG_SESSION_PHONE_CLIENT": {
"description": "The client name for the whatsapp web session.",