chore: bump defi-arbitrage submodule; operator IP and deployment doc updates

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-27 18:36:20 -07:00
parent e5d7a03236
commit 1190476b0a
30 changed files with 41 additions and 41 deletions

View File

@@ -48,7 +48,7 @@ test_database_connection() {
# Test Redis connection
test_redis_connection() {
local vmid="$1"
local redis_host="${2:-192.168.11.120}"
local redis_host="${2:-192.168.11.125}"
local redis_port="${3:-6379}"
log_info "Testing Redis connection to $redis_host:$redis_port..."