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:45:13 -06:00

18 lines
No EOL
255 B
PHP

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