Skip to content

Commit 717725c

Browse files
committed
chore: update environment.md doc
1 parent c9fc8b2 commit 717725c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/environment_variables.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ can be set.
6262
- INFO - log INFO and ERROR message
6363
- ERROR - log only errors (default)
6464
- 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

Comments
 (0)