Explorar o código

Update instance config, enable config cache by default

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
970f77b078
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),