Disable flag, update packages.

This commit is contained in:
James Cole
2021-06-05 07:38:49 +02:00
parent 38dcb96086
commit fa50f76f5d
4 changed files with 165 additions and 1168 deletions

View File

@@ -97,7 +97,7 @@ return [
// some feature flags:
'feature_flags' => [
'export' => true,
'telemetry' => true,
'telemetry' => false,
'webhooks' => false,
'handle_debts' => true,
],