in normal cases you only have to configured apikey and uri:
apikey depends on your Metadata authentication on the Backend
uri is the URI of the EdgeWebsocket-Service on your server instance, e.g. ws://ipaddress:8081.
In a productive environment you will want to use a proxy server on the Backend (e.g. NGINX) that allows you to configure TLS encryption (for a wss URI) and the normal https port 443. Example NGINX configuration can look like this: