Expand firefly config.

This commit is contained in:
James Cole
2016-11-07 18:49:35 +01:00
parent a6a9794fc7
commit f653bc5f6e
14 changed files with 198 additions and 144 deletions

View File

@@ -19,7 +19,9 @@ declare(strict_types = 1);
return [
'configuration' => [
'single_user_mode' => true,
'single_user_mode' => true,
'is_demo_site' => false,
'must_confirm_account' => false,
],
'chart' => 'chartjs',
'version' => '4.1.6',
@@ -204,5 +206,4 @@ return [
],
'default_currency' => 'EUR',
'default_language' => 'en_US',
'show-demo-warning' => false,
];