add support for host override (#335)

This commit is contained in:
Rob Meng
2023-07-18 21:21:39 -04:00
committed by GitHub
parent 5e3167da83
commit a636bb1075
4 changed files with 18 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ export interface ConnectionOptions {
apiKey?: string
// Region to connect
region?: string
// override the host for the remote connections
hostOverride?: string
}
/**