Skip to content

Commit

Permalink
use extension key by default (#6)
Browse files Browse the repository at this point in the history
if license is not stated implicitly in the config the Agent will use default newrelic license from php.ini
  • Loading branch information
sheershoff authored Nov 3, 2020
1 parent f1d5d65 commit 980157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Newrelic.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Newrelic extends Component implements BootstrapInterface
/**
* @var string Licence key
*/
public $licence = 'newrelic.license';
public $licence = null; // use extension key by default

/**
* @var string handlers\Handler
Expand Down

0 comments on commit 980157d

Please sign in to comment.