config.xml 536 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <system>
  11. <release_notification>
  12. <content_url>magento.com/release_notifications</content_url>
  13. <use_https>1</use_https>
  14. </release_notification>
  15. </system>
  16. </default>
  17. </config>