Skip to content

Commit fc8c53d

Browse files
changed to integ credentials
1 parent 533b62f commit fc8c53d

File tree

1 file changed

+3
-3
lines changed
  • examples/google-secure-signals-integration/uid2_client_side/public/scripts

1 file changed

+3
-3
lines changed

examples/google-secure-signals-integration/uid2_client_side/public/scripts/scripts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const clientSideIdentityOptions = {
2-
subscriptionId: 'LBk2xJsgrS',
2+
subscriptionId: 'toPh8vgJgt',
33
serverPublicKey:
4-
'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ==',
4+
'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw==',
55
};
66

77
function updateGuiElements(state) {
@@ -76,7 +76,7 @@ window.__uid2.callbacks.push(onUid2IdentityUpdated);
7676
window.__uid2.callbacks.push((eventType, payload) => {
7777
if (eventType === 'SdkLoaded') {
7878
window.__uid2.init({
79-
baseUrl: 'http://localhost:8080',
79+
baseUrl: 'https://operator-integ.uidapi.com',
8080
});
8181
$(document).ready(onDocumentReady);
8282
}

0 commit comments

Comments
 (0)