Skip to content

Commit

Permalink
changed to integ credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 31, 2025
1 parent 533b62f commit fc8c53d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const clientSideIdentityOptions = {
subscriptionId: 'LBk2xJsgrS',
subscriptionId: 'toPh8vgJgt',
serverPublicKey:
'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ==',
'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw==',
};

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

0 comments on commit fc8c53d

Please sign in to comment.