Added default message queue type

This commit is contained in:
Tiago Miguel 2024-08-01 23:52:24 +01:00
parent 10b9c4bcfa
commit 5184426ad0
No known key found for this signature in database
GPG Key ID: 2EA82705C4B4CE90

View File

@ -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