Fix IP conflict: research engine moved to 10.30.20.250

CT 144 (certus-workbrain) restored to 10.30.20.249
All configs updated: MCP proxy, backend, BTCPay webhook
This commit is contained in:
drjones
2026-08-04 06:44:05 -07:00
parent da98397c3f
commit c29b9e1ba9
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ async def create_invoice(request: Request):
"calls": CALLS_PER_TIER, "calls": CALLS_PER_TIER,
"orderId": f"research-{user['id']}-{int(time.time())}" "orderId": f"research-{user['id']}-{int(time.time())}"
}, },
"checkout": {"redirectURL": f"http://10.30.20.249:8000/dashboard"} "checkout": {"redirectURL": f"http://10.30.20.250:8000/dashboard"}
}, },
verify=False, timeout=15.0 verify=False, timeout=15.0
) )

View File

@@ -5,7 +5,7 @@ import json
import httpx import httpx
from mcp.server import FastMCP from mcp.server import FastMCP
BACKEND_URL = "http://10.30.20.249:8000" BACKEND_URL = "http://10.30.20.250:8000"
ADMIN_KEY = "sk-admin-unlimited-2026" ADMIN_KEY = "sk-admin-unlimited-2026"
client = httpx.Client(timeout=120.0) client = httpx.Client(timeout=120.0)