Browse Source

Document to use API Key and not token

Thomas Dy 2 years ago
parent
commit
c36cc32c19
1 changed files with 1 additions and 1 deletions
  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"