fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / examples / websinkssl
1 {
2         "sources" : [ 
3                 {
4                         "name" : "example",
5                         "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
6                 }
7         ],
8         "sinks": [
9                 {
10                         "name" : "WebSocketSink",
11                         "path" : "/usr/lib/automotive-message-broker/websocketsinkplugin.so",
12                         "cert" : "libwebsockets-test-server.pem",
13                         "key" : "libwebsockets-test-server.key.pem",
14                         "interface" : "eth0",
15                         "port" : "23000",
16                         "ssl" : "true"
17                 } 
18         ]
19 }
20