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

View file

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