Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
azharizkita committed Aug 10, 2021
1 parent d5996aa commit 6229a4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ module.exports = {
DB_PASSWORD: 'change with your configuration',
DB_PROTOCOL: 'change with your configuration',
DB_ARGS: 'change with your configuration',
INSTANCE_ID: 'random UUIDv4'
INSTANCE_ID: 'Random UUIDv4',
},
},
],
};
```

> You can try to generate an UUID v4 on [this page](https://www.uuidgenerator.net/version4), and make sure the client knows your instanceId. Otherwise, they cannot communicate with your RDB Server.
Start the RDB server via PM2

```
Expand Down

0 comments on commit 6229a4b

Please sign in to comment.