config.json.example 195 B

12345678910
  1. {
  2. "port": 8000,
  3. "email": "<user email>",
  4. "token": "<user API key (not API token)>",
  5. "whitelist": [
  6. "example.com",
  7. "this can be null to disable whitelist"
  8. ]
  9. }