还原配置文件
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Weiming
2026-06-27 15:52:52 +08:00
parent 4df9286bfc
commit 143d6d00d6
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ node server.js
{
"projectId": "approval_of_design",
"port": 8080,
"host": "127.0.0.1",
"host": "0.0.0.0",
"label": "飞书审批配置服务"
}
```

View File

@@ -8,7 +8,7 @@ User=root
WorkingDirectory=/opt/feishu-approval
Environment=NODE_ENV=production
Environment=PORT=8080
Environment=HOST=127.0.0.1
Environment=HOST=0.0.0.0
ExecStart=/usr/bin/node server.js
Restart=on-failure
RestartSec=5

View File

@@ -1,6 +1,6 @@
{
"projectId": "approval_of_design",
"port": 8080,
"host": "127.0.0.1",
"host": "0.0.0.0",
"label": "飞书审批配置服务"
}