配置优化:切换到生产环境内网地址并添加Dify前端修改文档

1. 更新API配置:梅州端口51703切换到内网地址172.16.0.55:8073
2. 测试环境切换到正确的端口8873
3. 启动脚本改用生产模式:start:pm2:production:multi
4. 添加紧急修改文档:URGENT-前端必须修改.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-30 11:14:43 +08:00
parent e41c457076
commit 63acabccc9
3 changed files with 412 additions and 14 deletions
+3 -1
View File
@@ -1 +1,3 @@
npm run start:pm2:multi && tail -f /dev/null
#!/bin/sh
# 启动应用(会先编译再运行)
npm run start:pm2:production:multi && tail -f /dev/null