Add feature flag for expression engine and disable it by default.

This commit is contained in:
James Cole
2024-03-10 06:46:24 +01:00
parent 8a2c520b11
commit 5746ac3247
4 changed files with 87 additions and 88 deletions

View File

@@ -113,6 +113,7 @@ return [
'telemetry' => false,
'webhooks' => true,
'handle_debts' => true,
'expression_engine' => false,
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2024-03-07',