mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 18:38:39 -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"
|
"value": "false"
|
||||||
},
|
},
|
||||||
"RABBITMQ_URI": {
|
"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": {
|
"CONFIG_SESSION_PHONE_CLIENT": {
|
||||||
"description": "The client name for the whatsapp web session.",
|
"description": "The client name for the whatsapp web session.",
|
||||||
|
Loading…
Reference in New Issue
Block a user