summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/tizen.config12
1 files changed, 10 insertions, 2 deletions
diff --git a/packaging/tizen.config b/packaging/tizen.config
index 8fd7198..3423adc 100644
--- a/packaging/tizen.config
+++ b/packaging/tizen.config
@@ -211,11 +211,19 @@
%% be queued until it times out, waiting for a remote node
%% to connect and announce that it can handle the targeted service.
{ "jlr.com/backend/",
- %% Which protocol and data link pair to use when transmitting the message
- %% to the targeted service. If a pair reports a failure, the next pair is tried.
+ %% Which protocol and data link pair to use when
+ %% transmitting the message to the targeted service. If a
+ %% pair reports a failure, the next protocol / data link
+ %% listed under the same prefix is tried.
[
{ proto_json_rpc, { dlink_tcp_rpc, [ { target, "38.129.64.31:8807" } ]}}
]
+ },
+ %% General rule
+ { "jlr.com/",
+ [
+ { proto_json_rpc, { dlink_tcp_rpc, [ ]}}
+ ]
}
]
},