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