增加新账户
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user