소스 검색

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