You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
445 B
19 lines
445 B
|
10 years ago
|
{
|
||
|
|
"configVersion": 1,
|
||
|
|
"defaultCentral": "@my.zerotier.com",
|
||
|
|
"defaultController": "@my.zerotier.com",
|
||
|
|
"defaultOne": "@local",
|
||
|
|
"things": {
|
||
|
|
"local": {
|
||
|
10 years ago
|
"auth": "local_service_auth_token_replaced_automatically",
|
||
|
10 years ago
|
"type": "one",
|
||
|
|
"url": "http://127.0.0.1:9993/"
|
||
|
|
},
|
||
|
|
"my.zerotier.com": {
|
||
|
|
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
||
|
|
"type": "central",
|
||
|
|
"url": "https://my.zerotier.com/"
|
||
|
10 years ago
|
}
|
||
|
10 years ago
|
}
|
||
|
10 years ago
|
}
|