Update config, disable costars

This commit is contained in:
Daniel Supernault 2020-04-19 13:00:26 -06:00
parent 959a488609
commit 2635bc53e0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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