diff --git a/config/pixelfed.php b/config/pixelfed.php new file mode 100644 index 000000000..4535cb52a --- /dev/null +++ b/config/pixelfed.php @@ -0,0 +1,8 @@ + '0.1.0', + 'nodeinfo' => [ + 'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json' + ], +]; \ No newline at end of file