[examples] - renamed example inputs so they can be better handled by mime type
[profile/ivi/automotive-message-broker.git] / examples / websocketsink2.in.json
1 {
2   "sources" : [
3     {
4       "name" : "ExampleSouce",
5       "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
6       "delay" : "10000"
7     }
8   ],
9   "sinks": [
10     {
11       "name" : "WebSocketSink",
12       "path" : "@PLUGIN_INSTALL_PATH@/websocketsink.so",
13       "interface" : "eth1",
14       "ssl" : "false",
15       "port" : "23000",
16       "binaryProtocol" : "false",
17       "useExtensions" : "true"
18     }
19   ]
20 }
21