PHPDaemon\SockJS\TestRelay\Application::getConfigDefaults PHP Method

getConfigDefaults() protected method

Setting default config options
protected getConfigDefaults ( ) : array | boolean
return array | boolean
    protected function getConfigDefaults()
    {
        return ['wss-name' => ''];
    }