mirror of
https://github.com/safing/portmaster
synced 2025-04-10 14:09:11 +00:00
19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"core": {
|
|
"log": {
|
|
"level": "trace"
|
|
},
|
|
"metrics": {
|
|
"instance": "test_$HUBNAME",
|
|
"push": ""
|
|
}
|
|
},
|
|
"spn": {
|
|
"publicHub": {
|
|
"name": "test-$HUBNAME",
|
|
"transports": ["http:80", "http:8080", "tcp:17"],
|
|
"allowUnencrypted": true,
|
|
"bindToAdvertised": true
|
|
}
|
|
}
|
|
}
|