Skip to content

Commit 85f3723

Browse files
committed
Update README.md
1 parent ced4c23 commit 85f3723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ return [
4545
'class' => 'bazilio\yii\newrelic\Newrelic',
4646
'name' => 'My App Frontend', // optional, uses Yii::$app->name by default
4747
'handler' => 'class/name', // optional, your custom handler
48-
'licence' => '...' // optional
48+
'licence' => '...', // optional
49+
'enabled' => false // optional, default = true
4950
]
5051
],
5152
];

0 commit comments

Comments
 (0)