mirror of
https://github.com/appwrite/appwrite
synced 2026-05-14 12:38:31 +00:00
fix: maintenance job missing type
This commit is contained in:
parent
e4efaf1efa
commit
e7d33ebc52
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
|
@ -79,7 +79,7 @@ _APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
|
|||
_APP_EXECUTOR_SECRET=your-secret-key
|
||||
_APP_EXECUTOR_HOST=http://proxy/v1
|
||||
_APP_FUNCTIONS_RUNTIMES=php-8.0,node-18.0,python-3.9,ruby-3.1
|
||||
_APP_MAINTENANCE_INTERVAL=60
|
||||
_APP_MAINTENANCE_INTERVAL=86400
|
||||
_APP_MAINTENANCE_DELAY=
|
||||
_APP_MAINTENANCE_RETENTION_CACHE=2592000
|
||||
_APP_MAINTENANCE_RETENTION_EXECUTION=1209600
|
||||
|
|
|
|||
Loading…
Reference in a new issue