From dd11ce3a308a0470c3e4421141635bec2e444011 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 15:22:39 +0800 Subject: [PATCH] =?UTF-8?q?pccs=20deployed=20on=20pccs.opencomputing.cn:91?= =?UTF-8?q?80=20=E2=80=94=20config.json=20with=20resolved=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.json b/conf/config.json index d36a2fb..4a99d02 100644 --- a/conf/config.json +++ b/conf/config.json @@ -3,9 +3,9 @@ "logger": { "name": "pccs", "level": "debug", - "file": "$[workdir]$/logs/pccs.log" + "file": "/d/pccs/logs/pccs.log" }, - "filesroot": "$[workdir]$/files", + "filesroot": "/d/pccs/files", "databases": { "pccs": { "driver": "mysql", @@ -27,7 +27,7 @@ "port": 9180, "client_max_size": 104857600, "paths": [ - ["$[workdir]$/wwwroot", "/"] + ["/d/pccs/wwwroot", "/"] ], "processors": [ [".tmpl", "tmpl"], @@ -41,8 +41,8 @@ "session_issue_time": 7200 }, "statics": [ - ["/bricks/", "$[workdir]$/wwwroot/bricks/"], - ["/imgs/", "$[workdir]$/wwwroot/imgs/"] + ["/bricks/", "/d/pccs/wwwroot/bricks/"], + ["/imgs/", "/d/pccs/wwwroot/imgs/"] ] } }