Hi,
What should I type in console to switch environment from staging to prod for DTM library? I know there is DTM switch. But, what about typing it in console to change the library?
Thanks
Ankit
Solved! Go to Solution.
Views
Replies
Total Likes
Set the staging library override :
localStorage.setItem(‘sdsat_stagingLibrary’, true);
Undo the above:
localStorage.setItem(‘sdsat_stagingLibrary’, false);
or
localStorage.removeItem(‘sdsat_stagingLibrary’);
Views
Replies
Total Likes
Set the staging library override :
localStorage.setItem(‘sdsat_stagingLibrary’, true);
Undo the above:
localStorage.setItem(‘sdsat_stagingLibrary’, false);
or
localStorage.removeItem(‘sdsat_stagingLibrary’);
Views
Replies
Total Likes