D112: PM2添加PYTHONPATH·解决core模块导入

This commit is contained in:
铸渊 ICE-GL-ZY001 2026-05-25 01:59:22 +00:00
parent 3fd032ab65
commit 2ba42a692e

View File

@ -7,6 +7,7 @@
"instances": 1, "instances": 1,
"exec_mode": "fork", "exec_mode": "fork",
"env": { "env": {
"PYTHONPATH": "/opt/guanghulab-repo/zhuyuan-agent",
"HLDP_DB_PATH": "/opt/guanghulab-repo/hldp_tree.db", "HLDP_DB_PATH": "/opt/guanghulab-repo/hldp_tree.db",
"REPO_PATH": "/opt/guanghulab-repo", "REPO_PATH": "/opt/guanghulab-repo",
"SERVER_PORT": "3912" "SERVER_PORT": "3912"