mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
20 lines
315 B
PHP
20 lines
315 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
|
|
],
|
|
|
|
'open_registration' => env('OPEN_REGISTRATION', true),
|
|
|
|
]; |