From a3711646594bc7a081f70f18d37c4f907ae1d40d Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:03:03 -0300 Subject: [PATCH] fix: RABBITMQ_URI non required --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 3eeba179..6d8e0f90 100644 --- a/app.json +++ b/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.",