diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 12:12:42 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 12:16:11 -0400 |
commit | 262fd5529462617cbb65747585498c8977cdd9db (patch) | |
tree | dec0d48d79fa3f97c37822d743209a1dded44516 | |
parent | 157db1c70f6bcd4d43b26d22133dec380f504483 (diff) |
Enable secure mode in default configurationquillback
Enable secure mode in the default configuration file since the rest
of the default configuration is essentially set up to point at an
instance of the databroker set up by us, and thus running in secure
mode. This makes the configuration more usable out of the box with
our typical full demo setups.
Bug-AGL: SPEC-5138
Change-Id: I99ad71de9e896c429874a0a13b76fd8bc269c90b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | extras/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/config.ini b/extras/config.ini index 36306cc..ec28639 100644 --- a/extras/config.ini +++ b/extras/config.ini @@ -7,7 +7,7 @@ steering-wheel-enabled = true ip = localhost port = 55555 protocol = grpc -insecure = True +insecure = False token = default cacert = default tls_server_name = Server |