mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update costar config
This commit is contained in:
parent
7ea8233a61
commit
fd59a0cc9a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue