[DOCS] Adds Configuration section to Node.JS docs (#1391)

This commit is contained in:
István Zoltán Szabó
2021-02-01 11:03:04 +01:00
committed by GitHub
parent 618b244473
commit 883ef386e3
6 changed files with 382 additions and 373 deletions

View File

@ -1,5 +1,5 @@
[[child-client]]
== Creating a child client
[[child]]
=== Creating a child client
There are some use cases where you may need multiple instances of the client.
You can easily do that by calling `new Client()` as many times as you need, but