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',