<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<settings xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
          xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd">
    <key>
        <ignore>
            <path>web/unsecure/base_url</path>
        </ignore>
        <rename>
            <path>admin/security/session_cookie_lifetime</path>
            <to>admin/security/session_lifetime</to>
        </rename>
    </key>
    <value>
        <transform>
            <path>catalog/seo/product_url_suffix</path>
            <handler class="\Migration\Handler\Settings\UrlSuffix"/>
        </transform>
    </value>
</settings>
