mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Disable Bugsnag by default.
This commit is contained in:
parent
a9509bc2a4
commit
70ce40dfc7
2 changed files with 14 additions and 12 deletions
|
@ -415,7 +415,7 @@ $bb_cfg['adv_email'] = "adv@$domain_name";
|
|||
|
||||
// Bugsnag error reporting
|
||||
$bb_cfg['bugsnag'] = [
|
||||
'enabled' => true,
|
||||
'enabled' => false,
|
||||
'api_key' => 'ee1adc9739cfceb01ce4a450ae1e52bf',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue