Skip to content

Commit

Permalink
Merge pull request #175 from IABTechLab/ans-UID2-4677-react-secure-si…
Browse files Browse the repository at this point in the history
…gnals-example-site

prod values instead of local
  • Loading branch information
ashleysmithTTD authored Feb 13, 2025
2 parents fa2127b + a55148b commit 1db547d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down Expand Up @@ -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') {
Expand Down

0 comments on commit 1db547d

Please sign in to comment.