mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'master' of github.com:appwrite/appwrite into 0.7.x
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/
|
||||
To run tests manually, use the Appwrite Docker CLI from your terminal:
|
||||
|
||||
```bash
|
||||
docker exec appwrite test
|
||||
docker-compose exec appwrite test
|
||||
```
|
||||
|
||||
## Benchmarking
|
||||
|
||||
@@ -26,7 +26,7 @@ Maximum file size allowed for file upload. The default value is 100MB limitation
|
||||
|
||||
### _APP_STORAGE_ANTIVIRUS
|
||||
|
||||
This variable allows you to disable the internal anti-virus scans. By default, this value is set to 'enabled' to cancel the scans, set the value to 'disabled'. When disabled, it's recommended to turn off the ClamAV container for better resource usage.
|
||||
This variable allows you to disable the internal anti-virus scans. This value is set to 'enabled' by default, to cancel the scans set the value to 'disabled'. When disabled, it's recommended to turn off the ClamAV container for better resource usage.
|
||||
|
||||
### _APP_CONSOLE_WHITELIST_EMAILS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user