Skip to content

Commit

Permalink
fix: Add Playboard URL on Backroom menu
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarodE committed Jul 12, 2024
1 parent 201724b commit d57211b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/snippet-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ window.addEventListener('load', () => {
analytics: {
baseUrl: 'https://api.staging.empathy.co/statistics/v2'
},
lang,
instance,
lang,
audience: 'enterprise',
playboardUrl: 'https://playboard-platform.staging.empathy.co/empathy',
appContainerSelector: '.x-root-container',
searchLayerSelector: '.x'
});
Expand Down

0 comments on commit d57211b

Please sign in to comment.