rwadurian/backend/services/mpc-service
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
..
database/migrations feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
docs feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
prisma feat(mpc-service): 添加初始数据库 migration 2025-12-02 10:03:03 -08:00
src fix(mpc-service): 直接从环境变量读取配置 2025-12-02 10:29:59 -08:00
tests feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
.env.example feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
.gitignore feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
Context(微服务)架构.jpg feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
Dockerfile fix(mpc-service): 使用 openssl 包替代 openssl1.1-compat 2025-12-02 10:17:08 -08:00
MPC-Service-Context-Complete-Specification.md feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.yml feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
nest-cli.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
package-lock.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
package.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
tsconfig.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
项目目录架构.jpg feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00