From ea257112e1f100c9ff5dd564eb9fc1167ae39e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 2 Dec 2025 18:31:51 +0400 Subject: [PATCH] Fix probod baseurl and remove acme root-ca MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cfg/dev.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cfg/dev.yaml b/cfg/dev.yaml index fac78fe6d..14203ef48 100644 --- a/cfg/dev.yaml +++ b/cfg/dev.yaml @@ -9,7 +9,7 @@ unit: max-queue-size: 2048 probod: - base-url: "https://gearnode.probo.engineering" + base-url: "localhost:5173" encryption-key: "thisisnotasecretAAAAAAAAAAAAAAAAAAAAAAAAAAA=" chrome-dp-addr: "localhost:9222" @@ -84,7 +84,6 @@ probod: directory: "https://localhost:14000/dir" email: "admin@getprobo.com" key-type: "EC256" - root-ca: "" connectors: - provider: "slack"