From e29389e5d7cb7fe4e048feaa40ba4634c7737821 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Mon, 25 Mar 2024 15:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=89=80=E9=9C=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/params.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/params.php b/config/params.php index 1bd34e0..14a67e4 100644 --- a/config/params.php +++ b/config/params.php @@ -6,6 +6,7 @@ return [ 'adminEmail' => 'admin@example.com', 'senderEmail' => 'noreply@example.com', 'senderName' => 'Example.com mailer', + 'bsVersion' => '5.x', // data directory is used to store uploaded files by the user (e.g. root dir for every user's home) 'domain' => $_ENV['DOMAIN']??null, 'dataDirectory' => '@app/data',