fix(mpc-service): 硬编码 MPC_API_KEY 与 mpc-system 一致
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4db5534372
commit
e4f9e4279f
|
|
@ -338,7 +338,7 @@ services:
|
|||
- MPC_ACCOUNT_SERVICE_URL=http://192.168.1.111:4000
|
||||
- MPC_SESSION_COORDINATOR_URL=http://192.168.1.111:8081
|
||||
- MPC_SERVER_PARTY_API_URL=http://192.168.1.111:8083
|
||||
- MPC_API_KEY=${MPC_API_KEY}
|
||||
- MPC_API_KEY=rwa-mpc-api-key-2024-secure-access-token
|
||||
- SHARE_MASTER_KEY=${SHARE_MASTER_KEY}
|
||||
depends_on:
|
||||
postgres:
|
||||
|
|
|
|||
Loading…
Reference in New Issue