Skip to content

Commit 1db547d

Browse files
Merge pull request #175 from IABTechLab/ans-UID2-4677-react-secure-signals-example-site
prod values instead of local
2 parents fa2127b + a55148b commit 1db547d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ declare global {
1212
}
1313

1414
const clientSideIdentityOptions = {
15-
subscriptionId: 'LBk2xJsgrS',
15+
subscriptionId: 'toPh8vgJgt',
1616
serverPublicKey:
17-
'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ==',
17+
'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw==',
1818
};
1919

2020
const SecureSignalsApp = () => {
@@ -168,7 +168,7 @@ const SecureSignalsApp = () => {
168168
let __uid2 = window.__uid2;
169169
if (eventType === 'SdkLoaded') {
170170
__uid2.init({
171-
baseUrl: 'http://localhost:8080',
171+
baseUrl: 'https://operator-integ.uidapi.com',
172172
});
173173
}
174174
if (eventType === 'InitCompleted') {

0 commit comments

Comments
 (0)