Skip to content

Commit 9b202da

Browse files
changed to public cstg values
1 parent 210f474 commit 9b202da

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 = () => {
@@ -83,7 +83,7 @@ const SecureSignalsApp = () => {
8383
let __uid2 = window.__uid2;
8484
if (eventType === 'SdkLoaded') {
8585
__uid2.init({
86-
baseUrl: 'http://localhost:8080',
86+
baseUrl: 'https://operator-integ.uidapi.com',
8787
});
8888
}
8989
if (eventType === 'InitCompleted') {

0 commit comments

Comments
 (0)