Disable a feature flag.

This commit is contained in:
James Cole 2021-05-09 10:11:45 +02:00
parent 038996dff9
commit 8af2d845e7
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -95,7 +95,7 @@ return [
],
'feature_flags' => [
'export' => true,
'telemetry' => true,
'telemetry' => false,
'webhooks' => false,
'handle_debts' => true,
],