rwadurian/backend/services/mpc-service/src
Developer 00e359b412 fix(mpc-service): 直接从环境变量读取配置
ConfigService.get('port') 读取不到嵌套配置
改为直接使用 process.env.APP_PORT

修复服务监听错误端口 (6379 -> 3006)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 10:29:59 -08:00
..
api feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
application feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
config feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
domain feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
infrastructure feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
shared feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
app.module.ts feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
main.ts fix(mpc-service): 直接从环境变量读取配置 2025-12-02 10:29:59 -08:00