staempfli/magento2-module-hipchat

View on GitHub
etc/config.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * @category  Staempfli
 * @package   Staempfli_HipChat
 * @copyright Copyright © Stämpfli AG. All rights reserved.
 * @author    marcel.hauri@staempfli.com
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <chatconnector>
            <hipchat>
                <url>https://hipchat.com/v2/room/</url>
                <token/>
                <room_id/>
                <notify>0</notify>
                <color>yellow</color>
            </hipchat>
        </chatconnector>
    </default>
</config>