Skip to main content

configure

Override the SDK's base URL for the Desktop Homunculus HTTP server. By default the SDK connects to http://localhost:3100.

Parameters

ParameterTypeDescription
options{ baseUrl: string }Configuration options

Returns

void

Example

host.configure({ baseUrl: "http://localhost:4000" });