Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

DTM Environment switch

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Set the staging library override :

localStorage.setItem(‘sdsat_stagingLibrary’, true);

Undo the above:

localStorage.setItem(‘sdsat_stagingLibrary’, false);

or

localStorage.removeItem(‘sdsat_stagingLibrary’);

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Set the staging library override :

localStorage.setItem(‘sdsat_stagingLibrary’, true);

Undo the above:

localStorage.setItem(‘sdsat_stagingLibrary’, false);

or

localStorage.removeItem(‘sdsat_stagingLibrary’);