xgraph-adapter/Tests/WebViewer/config.json

25 lines
371 B
JSON

{
"Sources": {
"local": "{local}",
"aws": "mb://modulebroker.xgraphdev.com"
},
"Modules": {
"Pong": {
"Module": "xGraph.Pong",
"Source": "aws",
"Par": {
"Ping": "$Proxy"
}
},
"Proxy": {
"Module": "xGraph.WebSocketServerProxy",
"Source": "local",
"Par": {
"Port": 28000,
"Link": "$Pong"
}
}
}
}