mirror of https://github.com/pixelfed/pixelfed.git
Update instance config, add stories
This commit is contained in:
parent
7faa9d8e61
commit
1960e8d6b4
|
@ -47,4 +47,8 @@ return [
|
|||
'custom' => env('USERNAME_REMOTE_CUSTOM_TEXT', null)
|
||||
]
|
||||
],
|
||||
|
||||
'stories' => [
|
||||
'enabled' => env('STORIES_ENABLED', false),
|
||||
]
|
||||
];
|
Loading…
Reference in New Issue