Added default message queue type
This commit is contained in:
parent
10b9c4bcfa
commit
5184426ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue