Ive got my module config
app/code/SET/HelloWorld/etc.xml:
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../lib/internal/Magento/Framework/App/etc/routes.xsd">
<router id="standard">
<route id="helloworld" frontName="helloworld">
<module name="SET_HelloWorld" />
</route>
</router>
</config>
And added it in etc/config.php:
'SET_HelloWorld' => 1,
But after running bin/magento setup:upgrade
The key in te config.php array is gone.
Could someone tell me why?