依赖所需配置

This commit is contained in:
Chenx221 2024-03-25 15:37:35 +08:00
parent 47b2da7270
commit e29389e5d7
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -6,6 +6,7 @@ return [
'adminEmail' => 'admin@example.com', 'adminEmail' => 'admin@example.com',
'senderEmail' => 'noreply@example.com', 'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer', '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) // data directory is used to store uploaded files by the user (e.g. root dir for every user's home)
'domain' => $_ENV['DOMAIN']??null, 'domain' => $_ENV['DOMAIN']??null,
'dataDirectory' => '@app/data', 'dataDirectory' => '@app/data',