mirror of
https://github.com/didyouexpectthat/zerotierone.git
synced 2024-11-09 09:40:10 -08:00
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
{
|
|
"configVersion": 1,
|
|
"defaultCentral": "@my.zerotier.com",
|
|
"defaultController": "@my.zerotier.com",
|
|
"defaultOne": "@local",
|
|
"things": {
|
|
"local": {
|
|
"auth": "local_service_auth_token_replaced_automatically",
|
|
"type": "one",
|
|
"url": "http://127.0.0.1:9993/"
|
|
},
|
|
"my.zerotier.com": {
|
|
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"type": "central",
|
|
"url": "https://my.zerotier.com/"
|
|
}
|
|
}
|
|
}
|