Update Probo server URLs to us.probo.com and eu.probo.com

Replace the legacy console.getprobo.com hostnames in the n8n README
and credential default with the current regional Probo URLs.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-02 15:33:44 +00:00
parent b702e34137
commit 512fc714de
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export class ProboApi implements ICredentialType {
displayName: 'Probo Server',
name: 'server',
type: 'string',
default: 'https://us.console.getprobo.com',
default: 'https://us.probo.com',
description: 'The server to connect to.',
},
{