增加新账户

This commit is contained in:
dekun
2026-05-12 18:27:35 +08:00
parent 02a4bb10ab
commit 5900588718
34 changed files with 17309 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ APP_ENV=production
# 服务监听地址(云服务器通常用 0.0.0.0)
APP_HOST=0.0.0.0
# 服务端口
APP_PORT=5000
APP_PORT=5004
# 是否开启调试模式(生产建议 false)
APP_DEBUG=false
+1 -1
View File
@@ -19,7 +19,7 @@ const PY = path.join(ROOT, ".venv", "bin", "python");
module.exports = {
apps: [
{
name: "crypto-monitor",
name: "crypto_okx",
cwd: ROOT,
script: path.join(ROOT, "app.py"),
interpreter: PY,