فهرست منبع

Remove redirect URI from sample config

We never actually use this.
Ryan McCue 12 سال پیش
والد
کامیت
306d368be0
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      config.sample.json

+ 1 - 2
config.sample.json

@@ -1,6 +1,5 @@
 {
     "api_url": "",
     "client_key": "",
-    "client_secret": "",
-    "redirect_uri": ""
+    "client_secret": ""
 }