fix(backup-service): add mpc-service to allowed services
🤖 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
660e5ea3a0
commit
5ecb13974f
|
|
@ -199,7 +199,7 @@ services:
|
|||
- APP_PORT=3002
|
||||
- DATABASE_URL=postgresql://${POSTGRES_USER:-rwa_user}:${POSTGRES_PASSWORD:-rwa_secure_password}@postgres:5432/rwa_backup?schema=public
|
||||
- SERVICE_JWT_SECRET=${SERVICE_JWT_SECRET}
|
||||
- ALLOWED_SERVICES=identity-service,recovery-service
|
||||
- ALLOWED_SERVICES=identity-service,recovery-service,mpc-service
|
||||
- BACKUP_ENCRYPTION_KEY=${BACKUP_ENCRYPTION_KEY}
|
||||
- BACKUP_ENCRYPTION_KEY_ID=key-v1
|
||||
- MAX_RETRIEVE_PER_DAY=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue