From ce24e8a90408ee89007348131fdba68cf8a01a46 Mon Sep 17 00:00:00 2001 From: duckietm Date: Thu, 23 Apr 2026 16:00:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Update=20renderer-config=20when?= =?UTF-8?q?=20crypto=20can=20be=20enabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/renderer-config.example | 1 + 1 file changed, 1 insertion(+) diff --git a/public/renderer-config.example b/public/renderer-config.example index a959ce2..935b2da 100644 --- a/public/renderer-config.example +++ b/public/renderer-config.example @@ -1,5 +1,6 @@ { "socket.url": "ws://localhost:2096", + "crypto.ws.enabled": false, "api.url": "http://localhost:2096", "asset.url": "https://localhost/nitro/bundled", "image.library.url": "https://localhost/c_images/",