From dbed3a06322956e7f3b0db7198865b772c183ec3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 2 Mar 2022 03:22:58 +0400 Subject: [PATCH] feat: revert env vars --- .env | 2 +- app/config/variables.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 178bfda89b..55b6aae011 100644 --- a/.env +++ b/.env @@ -34,7 +34,7 @@ _APP_SMTP_PORT=1025 _APP_SMTP_SECURE= _APP_SMTP_USERNAME= _APP_SMTP_PASSWORD= -_APP_STORAGE_LIMIT=3000000000 +_APP_STORAGE_LIMIT=30000000 _APP_FUNCTIONS_SIZE_LIMIT=30000000 _APP_FUNCTIONS_TIMEOUT=900 _APP_FUNCTIONS_BUILD_TIMEOUT=900 diff --git a/app/config/variables.php b/app/config/variables.php index 5ec195844f..1b55d9eef5 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -395,9 +395,9 @@ return [ 'variables' => [ [ 'name' => '_APP_STORAGE_LIMIT', - 'description' => 'Maximum file size allowed for file upload. The default value is 10MB limitation. You should pass your size limit value in bytes.', + 'description' => 'Maximum file size allowed for file upload. The default value is 30MB. You should pass your size limit value in bytes.', 'introduction' => '0.7.0', - 'default' => '10000000', + 'default' => '30000000', 'required' => false, 'question' => '', 'filter' => ''