mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -06:00
fix: RABBITMQ_URI non required
This commit is contained in:
parent
f6efb7d107
commit
a371164659
3
app.json
3
app.json
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user