同花顺合约代码映射与/root部署路径

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-15 11:10:33 +08:00
parent ae480cb3e7
commit bd7f0da1ca
8 changed files with 370 additions and 178 deletions
+4 -4
View File
@@ -3,8 +3,8 @@ module.exports = {
{
name: "qihuo",
script: "app.py",
cwd: "/opt/qihuo",
interpreter: "/opt/qihuo/venv/bin/python",
cwd: "/root/qihuo",
interpreter: "/root/qihuo/venv/bin/python",
instances: 1,
autorestart: true,
watch: false,
@@ -12,8 +12,8 @@ module.exports = {
env: {
NODE_ENV: "production",
},
error_file: "/opt/qihuo/logs/pm2-error.log",
out_file: "/opt/qihuo/logs/pm2-out.log",
error_file: "/root/qihuo/logs/pm2-error.log",
out_file: "/root/qihuo/logs/pm2-out.log",
time: true,
},
],