Procházet zdrojové kódy

Remove redirect URI from sample config

We never actually use this.
Ryan McCue před 12 roky
rodič
revize
306d368be0
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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": ""
 }