mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
Update config, disable costars
This commit is contained in:
parent
959a488609
commit
2635bc53e0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue