Add spn testing setup

This commit is contained in:
Daniel
2024-12-20 13:31:52 +01:00
parent 6e173e3b96
commit c7f3475382
14 changed files with 483 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"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
}
}
}