mirror of https://github.com/pixelfed/pixelfed.git
Update instance config, preserve backwards compatible defaults
This commit is contained in:
parent
f19d4d766a
commit
b5c017a2ba
|
@ -25,7 +25,7 @@ return [
|
|||
|
||||
'timeline' => [
|
||||
'local' => [
|
||||
'is_public' => env('INSTANCE_PUBLIC_LOCAL_TIMELINE', false)
|
||||
'is_public' => env('INSTANCE_PUBLIC_LOCAL_TIMELINE', true)
|
||||
]
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue