1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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),
]
];