1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 08:14:10 +00:00
pixelfed/config/pixelfed.php
2018-05-22 18:03:54 -06:00

9 lines
No EOL
157 B
PHP

<?php
return [
'version' => '0.1.0',
'nodeinfo' => [
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
],
'memory_limit' => '1024M',
];