We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fc8b2 commit 717725cCopy full SHA for 717725c
doc/environment_variables.md
@@ -62,3 +62,8 @@ can be set.
62
- INFO - log INFO and ERROR message
63
- ERROR - log only errors (default)
64
- NONE - won't log any
65
+
66
+* GRPC_NODE_USE_ALTERNATIVE_RESOLVER
67
+ Allows changing dns resolve behavior and parse DNS server authority as described in https://github.com/grpc/grpc/blob/master/doc/naming.md
68
+ - true - use alternative resolver
69
+ - false - use default resolver (default)
0 commit comments