mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update instance config
This commit is contained in:
parent
f12bfb1435
commit
76dd453ea0
1 changed files with 11 additions and 1 deletions
|
@ -10,6 +10,9 @@ 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)
|
||||||
],
|
],
|
||||||
|
@ -49,5 +52,12 @@ return [
|
||||||
'restricted' => [
|
'restricted' => [
|
||||||
'enabled' => env('RESTRICTED_INSTANCE', false),
|
'enabled' => env('RESTRICTED_INSTANCE', false),
|
||||||
'level' => 1
|
'level' => 1
|
||||||
|
],
|
||||||
|
|
||||||
|
'oauth' => [
|
||||||
|
'pat' => [
|
||||||
|
'enabled' => env('OAUTH_PAT_ENABLED', false),
|
||||||
|
'id' => env('OAUTH_PAT_ID'),
|
||||||
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
Loading…
Reference in a new issue