chore: update environment.md doc

This commit is contained in:
gkampitakis 2024-07-05 14:15:40 +01:00
parent c9fc8b2e0c
commit 717725caf1
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -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)