Commit 50668f7 1 parent 3c9436b commit 50668f7 Copy full SHA for 50668f7
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ export const EXPERIMENTAL_FEDERATION = (process.env.GRPC_EXPERIMENTAL_XDS_FEDERA
25
25
export const EXPERIMENTAL_CUSTOM_LB_CONFIG = ( process . env . GRPC_EXPERIMENTAL_XDS_CUSTOM_LB_CONFIG ?? 'true' ) === 'true' ;
26
26
export const EXPERIMENTAL_RING_HASH = ( process . env . GRPC_XDS_EXPERIMENTAL_ENABLE_RING_HASH ?? 'true' ) === 'true' ;
27
27
export const EXPERIMENTAL_PICK_FIRST = ( process . env . GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG ?? 'false' ) === 'true' ;
28
- export const EXPERIMENTAL_DUALSTACK_ENDPOINTS = ( process . env . GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS ?? 'false ' ) === 'true' ;
28
+ export const EXPERIMENTAL_DUALSTACK_ENDPOINTS = ( process . env . GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS ?? 'true ' ) === 'true' ;
You can’t perform that action at this time.
0 commit comments