fix
This commit is contained in:
parent
969413b142
commit
1141ddee3b
@ -4,9 +4,9 @@ module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'xhs-api-server',
|
||||
script: 'uvicorn', // 替换为您的Python脚本路径
|
||||
interpreter: 'python', // 替换为您的Python解释器路径
|
||||
args: ['app:app --host 0.0.0.0 --port', PORT], // 传递端口参数
|
||||
script: 'app:app --host 0.0.0.0 --port ', // 替换为您的Python脚本路径
|
||||
interpreter: 'uvicorn', // 替换为您的Python解释器路径
|
||||
args: [PORT], // 传递端口参数
|
||||
exec_mode: 'fork', // 使用fork模式
|
||||
instances: 1, // 启动一个实例
|
||||
autorestart: true, // 自动重启
|
||||
|
Loading…
x
Reference in New Issue
Block a user