1
0
Fork 0

Update config

This commit is contained in:
Daniel Supernault 2019-09-05 22:06:23 -06:00
parent 704f6a1f18
commit 97ff17f71f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ return [
'timeline' => [
'local' => [
'is_public' => env('INSTANCE_PUBLIC_LOCAL_TIMELINE', true)
'is_public' => env('INSTANCE_PUBLIC_LOCAL_TIMELINE', false)
]
],