Compare commits
1 Commits
73e8d30190
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
161f46fffd |
@@ -60,7 +60,7 @@
|
|||||||
**Environment Variables**:
|
**Environment Variables**:
|
||||||
```bash
|
```bash
|
||||||
REDIS_ENABLED=true
|
REDIS_ENABLED=true
|
||||||
REDIS_HOST=192.168.11.120
|
REDIS_HOST=192.168.11.125
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
REDIS_PASSWORD=...
|
REDIS_PASSWORD=...
|
||||||
REDIS_DATABASE=0
|
REDIS_DATABASE=0
|
||||||
@@ -177,7 +177,7 @@ DEAL_PRIVATE_KEY=0x...
|
|||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
REDIS_ENABLED=true
|
REDIS_ENABLED=true
|
||||||
REDIS_HOST=192.168.11.120
|
REDIS_HOST=192.168.11.125
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
REDIS_PASSWORD=...
|
REDIS_PASSWORD=...
|
||||||
|
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ app.post('/api/deals/execute', async (req, res) => {
|
|||||||
### Internal Network (Container-to-Container)
|
### Internal Network (Container-to-Container)
|
||||||
|
|
||||||
- **Database**: `192.168.11.100:5432` (PostgreSQL)
|
- **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)
|
- **RPC Nodes**: `192.168.11.250-252:8545` (ChainID 138)
|
||||||
|
|
||||||
### External Network (Blockchain)
|
### External Network (Blockchain)
|
||||||
|
|||||||
Reference in New Issue
Block a user