.zerotierCliSettings 445 B

123456789101112131415161718
  1. {
  2. "configVersion": 1,
  3. "defaultCentral": "@my.zerotier.com",
  4. "defaultController": "@my.zerotier.com",
  5. "defaultOne": "@local",
  6. "things": {
  7. "local": {
  8. "auth": "local_service_auth_token_replaced_automatically",
  9. "type": "one",
  10. "url": "http://127.0.0.1:9993/"
  11. },
  12. "my.zerotier.com": {
  13. "auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  14. "type": "central",
  15. "url": "https://my.zerotier.com/"
  16. }
  17. }
  18. }