1
0
Fork 0

Update costar config

This commit is contained in:
Daniel Supernault 2019-04-19 00:51:40 -06:00
parent 7ea8233a61
commit fd59a0cc9a
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', true),
'enabled' => env('PF_COSTAR_ENABLED', false),
'domain' => [
'block' => env('CS_BLOCKED_DOMAINS', null) ? explode(',', env('CS_BLOCKED_DOMAINS')) : null,