Add pixelfed config

This commit is contained in:
Daniel Supernault 2018-05-20 15:47:39 -06:00
parent 82ff70e847
commit a86b3ee06d
1 changed files with 8 additions and 0 deletions

8
config/pixelfed.php Normal file
View File

@ -0,0 +1,8 @@
<?php
return [
'version' => '0.1.0',
'nodeinfo' => [
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
],
];