mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update pixelfed config
This commit is contained in:
parent
3de964465a
commit
993ef7e225
1 changed files with 1 additions and 0 deletions
|
@ -5,4 +5,5 @@ return [
|
||||||
'nodeinfo' => [
|
'nodeinfo' => [
|
||||||
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
|
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
|
||||||
],
|
],
|
||||||
|
'memory_limit' => '1024M',
|
||||||
];
|
];
|
Loading…
Reference in a new issue