1
0
Fork 0

Update instance config, add stories

This commit is contained in:
Daniel Supernault 2019-12-31 16:16:02 -07:00
parent 7faa9d8e61
commit 1960e8d6b4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -47,4 +47,8 @@ return [
'custom' => env('USERNAME_REMOTE_CUSTOM_TEXT', null)
]
],
'stories' => [
'enabled' => env('STORIES_ENABLED', false),
]
];