Add spn testing setup
This commit is contained in:
19
spn/testing/simple/config-template.json
Normal file
19
spn/testing/simple/config-template.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user