From 717725caf13c8bf62d5e887d4f453dc85b59b7e9 Mon Sep 17 00:00:00 2001 From: gkampitakis Date: Fri, 5 Jul 2024 14:15:40 +0100 Subject: [PATCH] chore: update environment.md doc --- doc/environment_variables.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 1b5ad26a..8dafefa8 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -62,3 +62,8 @@ can be set. - INFO - log INFO and ERROR message - ERROR - log only errors (default) - NONE - won't log any + +* GRPC_NODE_USE_ALTERNATIVE_RESOLVER + Allows changing dns resolve behavior and parse DNS server authority as described in https://github.com/grpc/grpc/blob/master/doc/naming.md + - true - use alternative resolver + - false - use default resolver (default) \ No newline at end of file