diff options
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml')
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml index eb29ea731..f8e400b39 100644 --- a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml +++ b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml @@ -1,3 +1,4 @@ -port : 55555 -authorization : "/etc/xdg/AGL/ics-homescreen/ics-homescreen.token" -use-tls : true +kuksa: + port : 55555 + authorization : "/etc/xdg/AGL/ics-homescreen/ics-homescreen.token" + use-tls : true |