diff --git a/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx b/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx index 3a676e2..b6f922a 100644 --- a/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx +++ b/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx @@ -12,9 +12,9 @@ declare global { } const clientSideIdentityOptions = { - subscriptionId: 'LBk2xJsgrS', + subscriptionId: 'toPh8vgJgt', serverPublicKey: - 'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ==', + 'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw==', }; const SecureSignalsApp = () => { @@ -168,7 +168,7 @@ const SecureSignalsApp = () => { let __uid2 = window.__uid2; if (eventType === 'SdkLoaded') { __uid2.init({ - baseUrl: 'http://localhost:8080', + baseUrl: 'https://operator-integ.uidapi.com', }); } if (eventType === 'InitCompleted') {