From 5184426ad069c7bff42410990ea5d5ca2aed290e Mon Sep 17 00:00:00 2001 From: Tiago Miguel <66640308+tiagomiguel29@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:52:24 +0100 Subject: [PATCH] Added default message queue type --- templates/compose/twenty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/twenty.yaml b/templates/compose/twenty.yaml index f643b9623..746f99669 100644 --- a/templates/compose/twenty.yaml +++ b/templates/compose/twenty.yaml @@ -45,7 +45,7 @@ services: - STORAGE_S3_SECRET_ACCESS_KEY=$STORAGE_S3_SECRET_ACCESS_KEY # https://twenty.com/developers/section/self-hosting/self-hosting-var#message-queue - - MESSAGE_QUEUE_TYPE=$MESSAGE_QUEUE_TYPE + - MESSAGE_QUEUE_TYPE=${MESSAGE_QUEUE_TYPE:-pg-boss} # https://twenty.com/developers/section/self-hosting/self-hosting-var#email - EMAIL_FROM_ADDRESS=$EMAIL_FROM_ADDRESS