Explorar el Código

Add pixelfed config

Daniel Supernault hace 7 años
padre
commit
a86b3ee06d
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      config/pixelfed.php

+ 8 - 0
config/pixelfed.php

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