How I can get access to my module config from the controller?
you can also access any config value anywhere by this hack/tricks
$configReader = new ConfigReader(); $configData = $configReader->fromFile('./config.ini'); $config = new Config($configData, true);