mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Add flag to feature branch.
This commit is contained in:
@@ -94,9 +94,10 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'feature_flags' => [
|
||||
'export' => true,
|
||||
'telemetry' => true,
|
||||
'webhooks' => false,
|
||||
'export' => true,
|
||||
'telemetry' => true,
|
||||
'webhooks' => false,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
|
||||
'version' => '5.5.6',
|
||||
|
Reference in New Issue
Block a user