ZeroTierOne/tmp/local.conf
Grant Limberg 3d72a43a19
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
misc bugfixes
2025-09-06 12:37:28 -07:00

33 lines
1 KiB
Text

{
"settings": {
"controllerDbPath": "postgres:host=postgres port=5432 dbname=central user=testuser password=test_password application_name=controller-203e4472cf sslmode=prefer sslcert= sslkey= sslrootcert=",
"portMappingEnabled": true,
"softwareUpdate": "disable",
"interfacePrefixBlacklist": [
"inot",
"nat64"
],
"lowBandwidthMode": false,
"ssoRedirectURL": "",
"allowManagementFrom": ["127.0.0.1", "::1", "10.0.0.0/8"],
"otel": {
"exporterEndpoint": "jaeger:4317",
"exporterSampleRate": 1
}
, "redis": null
},
"controller": {
"listenMode": "pubsub",
"statusMode": "bigtable"
, "redis": null
, "bigtable": {
"project_id": "arbitrary-project",
"instance_id": "arbitrary-instance",
"table_id": "member_status"
}
, "pubsub": {
"project_id": "arbitrary-project"
}
}
}