mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: added env varible
This commit is contained in:
@@ -31,4 +31,4 @@ _APP_FUNCTIONS_CPUS=1
|
||||
_APP_FUNCTIONS_MEMORY=128
|
||||
_APP_FUNCTIONS_MEMORY_SWAP=128
|
||||
_APP_MAINTENANCE_INTERVAL=86400
|
||||
_APP_SYSTEM_RESPONSE_FORMAT=0.6
|
||||
_APP_SYSTEM_RESPONSE_FORMAT=0.7
|
||||
+1
-1
@@ -97,7 +97,7 @@ ENV _APP_SERVER=swoole \
|
||||
_APP_FUNCTIONS_MEMORY_SWAP=128 \
|
||||
_APP_SETUP=self-hosted \
|
||||
_APP_VERSION=$VERSION \
|
||||
_APP_SYSTEM_RESPONSE_FORMAT=0.6 \
|
||||
_APP_SYSTEM_RESPONSE_FORMAT=0.7 \
|
||||
# 1 Day = 86400 s
|
||||
_APP_MAINTENANCE_INTERVAL=86400
|
||||
#ENV _APP_SMTP_SECURE ''
|
||||
|
||||
@@ -175,4 +175,10 @@ return [
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
],
|
||||
[
|
||||
'name' => '_APP_SYSTEM_RESPONSE_FORMAT',
|
||||
'default' => '0.7',
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user