From 178674ff99aca324da72283394c712bdf73a690a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 2 Dec 2025 18:42:28 +0400 Subject: [PATCH] Fix base-url in conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cfg/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/dev.yaml b/cfg/dev.yaml index 14203ef48..dab69caf5 100644 --- a/cfg/dev.yaml +++ b/cfg/dev.yaml @@ -9,7 +9,7 @@ unit: max-queue-size: 2048 probod: - base-url: "localhost:5173" + base-url: "http://localhost:5173" encryption-key: "thisisnotasecretAAAAAAAAAAAAAAAAAAAAAAAAAAA=" chrome-dp-addr: "localhost:9222"