Skip to content

Commit

Permalink
set Yii application name from APP_TITLE
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Mar 15, 2017
1 parent d370a21 commit a34fdb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
// Basic configuration, used in web and console applications
return [
'id' => 'app',
'name' => getenv('APP_TITLE'),
'language' => $languages[0],
'basePath' => realpath(__DIR__.'/..'),
'vendorPath' => '@app/../vendor',
Expand Down

0 comments on commit a34fdb6

Please sign in to comment.