Browse Source

Update config, disable costars

Daniel Supernault 5 years ago
parent
commit
2635bc53e0
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', false),
+	'enabled' => false,
 
 	'domain' => [
 		'block' => env('CS_BLOCKED_DOMAINS', null) ? explode(',', env('CS_BLOCKED_DOMAINS')) : null,