We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b033656 commit d5f48e3Copy full SHA for d5f48e3
README.md
@@ -40,6 +40,8 @@ The recent addition of a new feature enables a clustered setup with master and s
40
41
## Configuring a Master to Connect to a Slave:
42
- On Windows, use the `ipconfig` command to obtain the IPv4 address of the slave node's host PC.
43
+- On Linux, use the `ifconfig -a` command
44
+- On Mac, use the `ipconfig getifaddr en0` or `ipconfig getifaddr en1`(which one depends on the specific system)
45
- Edit the configuration using the following template, inserting the slave's IPv4 address and port:
46
```json
47
{
0 commit comments