fix can error. fix cmake plugin_install_dir
[profile/ivi/automotive-message-broker.git] / examples / configwebsocketsource
1 {
2         "sources" : [ 
3                 {
4                         "name" : "WebsocketSource",
5                         "path" : "/usr/lib/automotive-message-broker/websocketsourceplugin.so",
6                         "port" : "23000",
7                         "ssl" : "false",
8                         "ip" : "127.0.0.1"
9                 }
10         ],
11         "sinks": [
12                 {
13                          "name" : "ExampleSink",
14                          "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
15                 } 
16         ]
17 }
18