Explorar el Código

Remove redirect URI from sample config

We never actually use this.
Ryan McCue hace 12 años
padre
commit
306d368be0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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": ""
 }