for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace G2R\Config;
class RundeckConfig extends AbstractConfig
{
/**
* The default config values.
*
* @return array
*/
protected function getDefaults()
return [
'port' => 4440,
'ssl' => false,
'api_version' => 13,
'log_level' => 'WARN',
];
}
* Set the required fields.
protected function getRequirements()
'host',
'token',