ZeroTierOne/attic/kubernetes_docs/.zerotierCliSettings

19 lines
445 B
Plaintext
Raw Normal View History

2016-08-18 00:22:05 +00:00
{
"configVersion": 1,
"defaultCentral": "@my.zerotier.com",
"defaultController": "@my.zerotier.com",
"defaultOne": "@local",
"things": {
"local": {
2016-08-18 22:16:24 +00:00
"auth": "local_service_auth_token_replaced_automatically",
2016-08-18 00:22:05 +00:00
"type": "one",
"url": "http://127.0.0.1:9993/"
},
"my.zerotier.com": {
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"type": "central",
"url": "https://my.zerotier.com/"
2016-08-22 18:33:10 +00:00
}
2016-08-18 00:22:05 +00:00
}
2016-08-22 18:33:10 +00:00
}