mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add pixelfed config
This commit is contained in:
parent
82ff70e847
commit
a86b3ee06d
1 changed files with 8 additions and 0 deletions
8
config/pixelfed.php
Normal file
8
config/pixelfed.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'version' => '0.1.0',
|
||||||
|
'nodeinfo' => [
|
||||||
|
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
|
||||||
|
],
|
||||||
|
];
|
Loading…
Reference in a new issue