mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 05:29:12 -06:00
Disable a feature flag.
This commit is contained in:
parent
038996dff9
commit
8af2d845e7
@ -95,7 +95,7 @@ return [
|
||||
],
|
||||
'feature_flags' => [
|
||||
'export' => true,
|
||||
'telemetry' => true,
|
||||
'telemetry' => false,
|
||||
'webhooks' => false,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user