diff --git a/config/instance.php b/config/instance.php index ea37a5b30..3f4762fab 100644 --- a/config/instance.php +++ b/config/instance.php @@ -47,4 +47,8 @@ return [ 'custom' => env('USERNAME_REMOTE_CUSTOM_TEXT', null) ] ], + + 'stories' => [ + 'enabled' => env('STORIES_ENABLED', false), + ] ]; \ No newline at end of file