config.xml 724 B

123456789101112131415161718192021
  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. <newrelicreporting>
  11. <general>
  12. <enable>0</enable>
  13. <api_url>https://api.newrelic.com/deployments.xml</api_url>
  14. <insights_api_url>https://insights-collector.newrelic.com/v1/accounts/%s/events</insights_api_url>
  15. </general>
  16. <cron>
  17. <enable_cron>0</enable_cron>
  18. </cron>
  19. </newrelicreporting>
  20. </default>
  21. </config>