依赖所需配置
This commit is contained in:
parent
47b2da7270
commit
e29389e5d7
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user