mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 02:10:45 +00:00
Update instance.php
This commit is contained in:
parent
cc26bfadfb
commit
4bfa2c5119
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ return [
|
|||
],
|
||||
|
||||
'polls' => [
|
||||
'enabled' => false
|
||||
'enabled' => env('INSTANCE_POLLS', false),
|
||||
],
|
||||
|
||||
'stories' => [
|
||||
|
|
Loading…
Reference in a new issue