summaryrefslogtreecommitdiff
path: root/priv/config/rvi_sample.config
diff options
context:
space:
mode:
Diffstat (limited to 'priv/config/rvi_sample.config')
-rw-r--r--priv/config/rvi_sample.config4
1 files changed, 1 insertions, 3 deletions
diff --git a/priv/config/rvi_sample.config b/priv/config/rvi_sample.config
index 57ffd37..a178c2d 100644
--- a/priv/config/rvi_sample.config
+++ b/priv/config/rvi_sample.config
@@ -8,8 +8,6 @@
%%
%% Configuration file for the (in-vehicle) IVI used by the hvac_demo
%%
-%% See ../hvac_demo/README.md for details on the demo.
-%%
%% See ../CONFIGURE.md for a details on the configuration process
%% itself.
%%
@@ -195,7 +193,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
%% to the targeted service. If a pair reports a failure, the next pair is tried.
[
{ proto_json_rpc, { dlink_tcp_rpc,
- % {"38.129.64.13", 8807}
+ %% {"38.129.64.13", 8807}
[ { target, IPPort(BackendIP, BackendPort) } ]}}
]
},