mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Expand code for exchange rates
This commit is contained in:
@@ -106,6 +106,7 @@ return [
|
||||
'telemetry' => false,
|
||||
'webhooks' => true,
|
||||
'handle_debts' => true,
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => '6.0.18',
|
||||
'api_version' => '2.0.4',
|
||||
@@ -127,7 +128,7 @@ return [
|
||||
'disable_csp_header' => env('DISABLE_CSP_HEADER', false),
|
||||
'allow_webhooks' => env('ALLOW_WEBHOOKS', false),
|
||||
|
||||
// email flags
|
||||
// flags
|
||||
'send_report_journals' => envNonEmpty('SEND_REPORT_JOURNALS', true),
|
||||
|
||||
// info for demo site
|
||||
|
||||
Reference in New Issue
Block a user