1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 10:39:08 +00:00
pixelfed/config/pixelfed.php

8 lines
128 B
PHP
Raw Normal View History

2018-05-20 15:47:39 -06:00
<?php
return [
'version' => '0.1.0',
'nodeinfo' => [
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
],
];