fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / examples / websocketsource2.in
1 {
2   "sources" : [
3     {
4       "name" : "WebsocketSource",
5       "path" : "@PLUGIN_INSTALL_PATH@/websocketsource.so",
6       "port" : "23000",
7       "ssl" : "false",
8       "ip" : "127.0.0.1",
9       "binaryProtocol" : "false",
10       "useExtensions" : "true"
11     }
12   ],
13   "sinks": [
14     {
15        "name" : "ExampleSink",
16        "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
17     }
18   ]
19 }
20