Browse Source

Update instance config, enable config cache by default

Daniel Supernault 2 years ago
parent
commit
970f77b078
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/instance.php

+ 1 - 1
config/instance.php

@@ -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),