From a86b3ee06df733754e456773ea94e2366302e25e Mon Sep 17 00:00:00 2001
From: Daniel Supernault <danielsupernault@gmail.com>
Date: Sun, 20 May 2018 15:47:39 -0600
Subject: [PATCH] Add pixelfed config

---
 config/pixelfed.php | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 config/pixelfed.php

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 @@
+<?php
+
+return [
+  'version' => '0.1.0',
+  'nodeinfo' => [
+    'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
+  ],
+];
\ No newline at end of file