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:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user