From d9818797eeada22542e8893580017a2d0a369ddc Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 16 Jul 2025 17:42:19 -0400 Subject: [PATCH] Add config path to JSON --- frontend/public/json/tududi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/tududi.json b/frontend/public/json/tududi.json index e02f7c63..e8da8840 100644 --- a/frontend/public/json/tududi.json +++ b/frontend/public/json/tududi.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 3002, "documentation": null, - "config_path": "/", + "config_path": "/opt/tududi/backend/.env", "website": "https://tududi.com/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/tududi.webp", "description": "Self-hosted task management with functional programming architecture, hierarchical organization, and multi-language support.",