Update instance.php

This commit is contained in:
Shlee 2020-02-13 17:51:53 +08:00 committed by GitHub
parent 03de0761ab
commit 438138b55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
] ]
]; ];