added multisource test script in examples and added --log option
[profile/ivi/automotive-message-broker.git] / ambd / config
1 {
2         "sources" : [ 
3                 {
4                         "name" : "ExampleSouce",
5                         "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
6                 }
7         ],
8         "sinks": [
9                 { 
10                         "name" : "ExampleSink",
11                         "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so" 
12                 },
13                 {
14                         "name" : "WebSocketSink",
15                         "path" : "/usr/lib/automotive-message-broker/websocketsinkplugin.so",
16                         "interface" : "lo"
17                 } 
18         ]
19 }
20