mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
feat: add new env vars for audit and abuse logs
This commit is contained in:
parent
29cfc4dde8
commit
4461c8c0f6
1 changed files with 3 additions and 1 deletions
4
.env
4
.env
|
|
@ -30,4 +30,6 @@ _APP_FUNCTIONS_CONTAINERS=10
|
|||
_APP_FUNCTIONS_CPUS=1
|
||||
_APP_FUNCTIONS_MEMORY=128
|
||||
_APP_FUNCTIONS_MEMORY_SWAP=128
|
||||
_APP_MAINTENANCE_INTERVAL=86400
|
||||
_APP_MAINTENANCE_EXECUTION_LOG_RETENTION=60
|
||||
_APP_MAINTENANCE_ABUSE_LOG_RETENTION=60
|
||||
_APP_MAINTENANCE_AUDIT_LOG_RETENTION=60
|
||||
|
|
|
|||
Loading…
Reference in a new issue