DTM Environment switch
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
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
Set the staging library override :
localStorage.setItem(‘sdsat_stagingLibrary’, true);
Undo the above:
localStorage.setItem(‘sdsat_stagingLibrary’, false);
or
localStorage.removeItem(‘sdsat_stagingLibrary’);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.