Update instance config, add stories
This commit is contained in:
parent
7faa9d8e61
commit
1960e8d6b4
1 changed files with 4 additions and 0 deletions
|
@ -47,4 +47,8 @@ return [
|
|||
'custom' => env('USERNAME_REMOTE_CUSTOM_TEXT', null)
|
||||
]
|
||||
],
|
||||
|
||||
'stories' => [
|
||||
'enabled' => env('STORIES_ENABLED', false),
|
||||
]
|
||||
];
|
Loading…
Reference in a new issue