all: apply fer-json-fmt

This commit is contained in:
Sebastien Binet
2016-11-10 15:20:09 +01:00
parent 02f5e63784
commit 0a3f14c0e3
2 changed files with 100 additions and 91 deletions

View File

@@ -1,39 +1,42 @@
{
"fairMQOptions":
{
"devices":
[{
"id": "bsampler1",
"channels":
[{
"name": "data",
"sockets":
[{
"type": "push",
"method": "bind",
"address": "tcp://127.0.0.1:5555",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 1
}]
}]
},
{
"id": "sink1",
"channels":
[{
"name": "data",
"sockets":
[{
"type": "pull",
"method": "connect",
"address": "tcp://127.0.0.1:5555",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 1
}]
}]
}]
"fairMQOptions": {
"devices": [
{
"id": "bsampler1",
"channels": [
{
"name": "data",
"sockets": [
{
"type": "push",
"method": "bind",
"address": "tcp://127.0.0.1:5555",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 1
}
]
}
]
},
{
"id": "sink1",
"channels": [
{
"name": "data",
"sockets": [
{
"type": "pull",
"method": "connect",
"address": "tcp://127.0.0.1:5555",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 1
}
]
}
]
}
]
}
}