Browse Source

Update costar config

Daniel Supernault 6 years ago
parent
commit
fd59a0cc9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/costar.php

+ 1 - 1
config/costar.php

@@ -10,7 +10,7 @@
 
 
 return [
-	'enabled' => env('PF_COSTAR_ENABLED', true),
+	'enabled' => env('PF_COSTAR_ENABLED', false),
 
 	'domain' => [
 		'block' => env('CS_BLOCKED_DOMAINS', null) ? explode(',', env('CS_BLOCKED_DOMAINS')) : null,