Update pixelfed config

This commit is contained in:
Daniel Supernault 2018-05-22 18:03:54 -06:00
parent 3de964465a
commit 993ef7e225
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ return [
'nodeinfo' => [
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
],
'memory_limit' => '1024M',
];