From deedf51c514102cc2cd5a6074e45a5a0d851ef47 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:01:18 +0100 Subject: [PATCH] Add config_path to wanderer.json --- frontend/public/json/wanderer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/json/wanderer.json b/frontend/public/json/wanderer.json index 29963ae89..9e80f6eed 100644 --- a/frontend/public/json/wanderer.json +++ b/frontend/public/json/wanderer.json @@ -8,6 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, + "config_path": "/opt/wanderer/.env", "interface_port": 3000, "documentation": "https://wanderer.to/welcome", "website": "https://wanderer.to",