<?xml version="1.0"?>
<!--
/**
 * @category   bobgo
 * @package    bobgo_customshipping
 * @author     bobgo
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <bobgo_customshipping>
            <general>
                <debug>0</debug>
            </general>
        </bobgo_customshipping>

        <carriers>
            <bobgo>
                <active>0</active>
                <sallowspecific>0</sallowspecific>
                <price>0.00</price>
                <model>bobgo\Customshipping\Model\Carrier\Customshipping</model>
                <name>Fixed</name>
                <title>bobgo</title>
                <specificerrmsg>This shipping method is not available. To use this shipping method, please contact us.</specificerrmsg>
            </bobgo>
        </carriers>

    </default>
</config>