1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Add env var for db queues

This commit is contained in:
Jake Barnby 2023-10-11 16:50:21 +13:00
parent 2cd4514086
commit d7b87d7bae
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 2 additions and 0 deletions

1
.env
View file

@ -4,6 +4,7 @@ _APP_WORKER_PER_CORE=6
_APP_CONSOLE_WHITELIST_ROOT=disabled
_APP_CONSOLE_WHITELIST_EMAILS=
_APP_CONSOLE_WHITELIST_IPS=
_APP_CONNECTIONS_DB_QUEUES=v1-database-0,v1-database-1
_APP_SYSTEM_EMAIL_NAME=Appwrite
_APP_SYSTEM_EMAIL_ADDRESS=team@appwrite.io
_APP_SYSTEM_SECURITY_EMAIL_ADDRESS=security@appwrite.io

View file

@ -372,6 +372,7 @@ services:
- mariadb
environment:
- _APP_ENV
- _APP_CONNECTION_DB_QUEUES
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST