fix(services): add BLOCKCHAIN_SERVICE_URL to identity-service
Fix mnemonic verification by connecting to blockchain-service on port 3012 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d391896c9d
commit
a7a7b6b8f6
|
|
@ -124,6 +124,8 @@ services:
|
|||
- BACKUP_SERVICE_URL=http://backup-service:3002
|
||||
- BACKUP_SERVICE_ENABLED=true
|
||||
- SERVICE_JWT_SECRET=${SERVICE_JWT_SECRET}
|
||||
# Blockchain Service (for mnemonic verification)
|
||||
- BLOCKCHAIN_SERVICE_URL=http://blockchain-service:3012
|
||||
# MinIO Object Storage (Server A: 192.168.1.100)
|
||||
- MINIO_ENDPOINT=${MINIO_ENDPOINT:-192.168.1.100}
|
||||
- MINIO_PORT=${MINIO_PORT:-9000}
|
||||
|
|
|
|||
Loading…
Reference in New Issue