mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update instance.php
This commit is contained in:
parent
03de0761ab
commit
438138b55c
1 changed files with 1 additions and 4 deletions
|
@ -10,9 +10,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'discover' => [
|
'discover' => [
|
||||||
'loops' => [
|
|
||||||
'enabled' => env('EXP_LOOPS', false),
|
|
||||||
],
|
|
||||||
'tags' => [
|
'tags' => [
|
||||||
'is_public' => env('INSTANCE_PUBLIC_HASHTAGS', false)
|
'is_public' => env('INSTANCE_PUBLIC_HASHTAGS', false)
|
||||||
],
|
],
|
||||||
|
@ -53,4 +50,4 @@ return [
|
||||||
'enabled' => env('RESTRICTED_INSTANCE', false),
|
'enabled' => env('RESTRICTED_INSTANCE', false),
|
||||||
'level' => 1
|
'level' => 1
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue