mirror of https://github.com/pixelfed/pixelfed
Update RestrictedNames
parent
ff3925dd1d
commit
b6dc212b4d
@ -1,9 +1,18 @@
|
||||
<?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
|
||||
],
|
||||
|
||||
];
|
Loading…
Reference in New Issue