Update to VSS 4.0
[AGL/meta-agl-demo.git] / recipes-demo / flutter-ics-homescreen / files / change_grpc_port.patch
1 From 7a7dfd8756c8c742aa3cd829a3644e6ec977aa8b Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Lisandro=20P=C3=A9rez=20Meyer?= <lperezmeyer@ics.com>
3 Date: Tue, 14 Nov 2023 14:59:45 +0000
4 Subject: [PATCH] Set the default port to 55555.
5
6 The Docker images seems to be using 55556.
7 ---
8  config/config.yaml | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/config/config.yaml b/config/config.yaml
12 index 138fe4b..a552299 100644
13 --- a/config/config.yaml
14 +++ b/config/config.yaml
15 @@ -1,2 +1,2 @@
16  hostname: localhost
17 -port: 55556
18 +port: 55555
19 --
20 2.25.1
21