Skip to content

Commit a34fdb6

Browse files
committed
set Yii application name from APP_TITLE
1 parent d370a21 commit a34fdb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/config/common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
// Basic configuration, used in web and console applications
4141
return [
4242
'id' => 'app',
43+
'name' => getenv('APP_TITLE'),
4344
'language' => $languages[0],
4445
'basePath' => realpath(__DIR__.'/..'),
4546
'vendorPath' => '@app/../vendor',

0 commit comments

Comments
 (0)