From 6c68a0d8eb2019c641e382caa02d2fc3f36c3f70 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Fri, 21 Feb 2025 01:47:11 +0100 Subject: [PATCH] fix(ui): Update cloud app URL to production environment in device mode --- ui/.env.device | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/.env.device b/ui/.env.device index 18052cf..ebc9618 100644 --- a/ui/.env.device +++ b/ui/.env.device @@ -2,4 +2,4 @@ VITE_SIGNAL_API= # Used in settings page to know where to link to when user wants to adopt a device to the cloud -VITE_CLOUD_APP=http://localhost:5173 +VITE_CLOUD_APP=https://app.jetkvm.com