Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmedcraft/e38293e9bd9ee0b58a9f0af1395749bf to your computer and use it in GitHub Desktop.
Save pmedcraft/e38293e9bd9ee0b58a9f0af1395749bf to your computer and use it in GitHub Desktop.
C# application settings for SDL Web (Tridion) to SDL Media Manager asset migration tool
<appSettings>
<!-- Properties used by the Core Service -->
<add key="HostName" value="hostname-to-the-sdlweb-cme-server.com" />
<add key="ImpersonationUserDomain" value="the-domain"/>
<add key="ImpersonationUserName" value="the-username" />
<add key="ImpersonationUserPassword" value="********" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<!-- Properties used by the Media Manager integration -->
<add key="IssuerName" value="http://localhost:89/IWSTrust13" />
<add key="MediaManagerWebServiceAddress" value="https://customerdomain.sdlmedia.com/WebServices/MediaManager2011.svc" />
<!-- Supporting properties for running the script -->
<add key="TridionToMediaManagerFolderMappingsFile" value="D:\migration\folder-structure-mappings-complete.xlsx" />
<add key="MigrationSupportDirectory" value="D:\migration\Images\" />
<add key="MigratingAssetSchemaTcmId" value="tcm:5-33-8" />
<add key="MediaManagerAssetType" value="Image" />
<add key="MediaManagerOutlet" value="Image Outlet" />
<add key="MediaManagerTags" value="Image" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment