mirror of
https://github.com/valitydev/frontend-thrift-codegen.git
synced 2024-11-06 02:15:17 +00:00
TD-775: Add host and port to options (#45)
This commit is contained in:
parent
50900306e7
commit
d405f67f9a
@ -18,6 +18,8 @@ export const __exportName__ = async (
|
||||
service,
|
||||
headers: options.headers,
|
||||
deadlineConfig: options.deadlineConfig,
|
||||
hostname: options.hostname,
|
||||
port: options.port,
|
||||
};
|
||||
const clientSettings = {
|
||||
namespace,
|
||||
|
@ -8,4 +8,6 @@ export interface ConnectOptions {
|
||||
deadlineConfig?: DeadlineConfig;
|
||||
logging?: boolean;
|
||||
i64SafeRangeCheck?: boolean;
|
||||
hostname?: string;
|
||||
port?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user