config.xml 523 B

123456789101112131415161718
  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. <shipping>
  11. <origin>
  12. <country_id>US</country_id>
  13. <postcode>90034</postcode>
  14. <region_id>12</region_id>
  15. </origin>
  16. </shipping>
  17. </default>
  18. </config>