瀏覽代碼

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": ""
 }