Update instance config, enable config cache by default

This commit is contained in:
Daniel Supernault 2023-05-07 04:47:13 -06:00
parent 4b309d1acf
commit 970f77b078
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ return [
]
],
'enable_cc' => env('ENABLE_CONFIG_CACHE', false),
'enable_cc' => env('ENABLE_CONFIG_CACHE', true),
'has_legal_notice' => env('INSTANCE_LEGAL_NOTICE', false),