使用.env中设定的站点标题
This commit is contained in:
parent
72cce4f32d
commit
83169ab5d5
@ -9,7 +9,7 @@ $db = require __DIR__ . '/db.php';
|
|||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'id' => 'basic',
|
'id' => 'basic',
|
||||||
'name' =>'网盘',
|
'name' => $_ENV['SITE_TITLE'],
|
||||||
// 'language' => 'zh-CN',
|
// 'language' => 'zh-CN',
|
||||||
'basePath' => dirname(__DIR__),
|
'basePath' => dirname(__DIR__),
|
||||||
'bootstrap' => ['log'],
|
'bootstrap' => ['log'],
|
||||||
|
Loading…
Reference in New Issue
Block a user