mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 08:14:10 +00:00
9 lines
No EOL
157 B
PHP
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',
|
|
]; |