Ver Fonte

Document to use API Key and not token

Thomas Dy há 3 anos atrás
pai
commit
c36cc32c19
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      config.json.example

+ 1 - 1
config.json.example

@@ -1,7 +1,7 @@
 {
     "port": 8000,
     "email": "<user email>",
-    "token": "<user token>",
+    "token": "<user API key (not API token)>",
     "whitelist": [
         "example.com",
         "this can be null to disable whitelist"