diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-04-01 19:47:05 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-04-04 05:14:20 -0400 |
commit | e437300d0b5c20114ea1843dbf00815304af3f27 (patch) | |
tree | 34e7d1630569f4706a1c4fd389ba03d520641f35 /src/config.yaml.test | |
parent | 52dbc88ee006d4c7e9cab625d4a976919b86e4ac (diff) |
Initial check-inHEADsalmon_18.90.0salmon/18.90.0ricefish_18.0.3ricefish_18.0.2ricefish_18.0.1ricefish_18.0.0ricefish/18.0.3ricefish/18.0.2ricefish/18.0.1ricefish/18.0.0quillback_17.1.4quillback_17.1.3quillback_17.1.2quillback_17.1.1quillback_17.1.0quillback/17.1.4quillback/17.1.3quillback/17.1.2quillback/17.1.1quillback/17.1.0lamprey_12.1.20lamprey/12.1.2018.90.018.0.318.0.218.0.118.0.017.1.417.1.317.1.217.1.117.1.012.1.20quillbackmaster
Initial check-in of proxy implementation. See README.md for build
and configuration information, as well as feature implementation
status (TODOs section).
Bug-AGL: SPEC-5109
Change-Id: I681c693a73f29e284670be977e1a460883f27769
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'src/config.yaml.test')
-rw-r--r-- | src/config.yaml.test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config.yaml.test b/src/config.yaml.test new file mode 100644 index 0000000..b456453 --- /dev/null +++ b/src/config.yaml.test @@ -0,0 +1,13 @@ +kuksa: + authorization: /etc/agl-vss-proxy/agl-vss-proxy.token + use-tls: true +mqtt: + hostname: + port: + #username: + #password: + #use-tls: + #ca-certificate: + #verify-server-hostname: +signals: +- signal: Vehicle.Speed |