docs: deployment and next-steps touch-ups

Made-with: Cursor
This commit is contained in:
DBIS Core Team
2026-03-27 18:34:59 -07:00
parent 73e8d30190
commit 161f46fffd
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
**Environment Variables**:
```bash
REDIS_ENABLED=true
REDIS_HOST=192.168.11.120
REDIS_HOST=192.168.11.125
REDIS_PORT=6379
REDIS_PASSWORD=...
REDIS_DATABASE=0
@@ -177,7 +177,7 @@ DEAL_PRIVATE_KEY=0x...
# Redis
REDIS_ENABLED=true
REDIS_HOST=192.168.11.120
REDIS_HOST=192.168.11.125
REDIS_PORT=6379
REDIS_PASSWORD=...

View File

@@ -187,7 +187,7 @@ app.post('/api/deals/execute', async (req, res) => {
### Internal Network (Container-to-Container)
- **Database**: `192.168.11.100:5432` (PostgreSQL)
- **Redis**: `192.168.11.120:6379` (Cache)
- **Redis**: `192.168.11.125:6379` (Cache, VMID 10120)
- **RPC Nodes**: `192.168.11.250-252:8545` (ChainID 138)
### External Network (Blockchain)