mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-09 20:12:00 +10:00
Implement BullMQ for background job processing
* new REDIS_URL environment variable
This commit is contained in:
@ -6,6 +6,7 @@ JWT_SECRET_KEY=ba8642edbed7f6c450e46875e8c835c7e417031abe1f7b03f3e56bb7481706d8
|
||||
JWT_TOKEN_EXPIRES_IN=30d
|
||||
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/dc?schema=public"
|
||||
REDIS_URL=redis://@127.0.0.1:6379
|
||||
|
||||
# local | s3
|
||||
STORAGE_DRIVER=local
|
||||
@ -22,7 +23,6 @@ AWS_S3_ENDPOINT=
|
||||
AWS_S3_URL=
|
||||
AWS_S3_USE_PATH_STYLE_ENDPOINT=false
|
||||
|
||||
|
||||
# EMAIL drivers: smtp / postmark / log
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user