You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ This section describes the most common configuration elements to get you started
303
303
It discusses some member side configuration options to ease the understanding of Hazelcast's ecosystem. Then, the client side configuration options
304
304
regarding the cluster connection are discussed. The configurations for the Hazelcast IMDG data structures that can be used in the Node.js client are discussed in the following sections.
305
305
306
-
See the [Hazelcast IMDG Reference Manual](https://docs.hazelcast.org/docs/latest/manual/html-single/index.html) and [Configuration Overview section](#configuration-overview) for more information.
306
+
See the [Hazelcast IMDG Reference Manual](https://docs.hazelcast.org/docs/latest/manual/html-single/index.html) and [Configuration Overview section](#3-configuration-overview) for more information.
307
307
308
308
### 1.4.1. Configuring Hazelcast IMDG
309
309
@@ -410,7 +410,7 @@ of your application's entry point.
410
410
If you prefer to keep your `hazelcast-client.json` file somewhere else, you can override the environment variable `HAZELCAST_CLIENT_CONFIG`
411
411
with the location of your config file. In this case, the client uses the configuration file specified in the environment variable.
412
412
413
-
For the structure of `hazelcast-client.json`, see the [hazelcast-client-full.json file](test/config/hazelcast-client-full.json). You
413
+
For the structure of `hazelcast-client.json`, see the [hazelcast-client-full.json file](hazelcast-client-full.json). You
414
414
can use only the relevant parts of the file in your `hazelcast-client.json` and remove the rest. The default configuration is used for any
415
415
part that you do not explicitly set in the `hazelcast-client.json` file.
0 commit comments