mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Merge pull request #6858 from ToolJet/docs/harperfix
[docs] fix harperdb
This commit is contained in:
commit
d58eef9727
2 changed files with 4 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ Before following this guide, it is recommended to check the following doc: **[Us
|
||||||
## Connection
|
## Connection
|
||||||
|
|
||||||
To establish a connection with HarperDB, you need the following credentials:
|
To establish a connection with HarperDB, you need the following credentials:
|
||||||
1. **Host**: The hostname or IP address of your HarperDB instance (e.g., `https://myinstance.harperdbcloud.com`).
|
1. **Host**: The hostname or IP address of your HarperDB instance (e.g., `162.156.250.74` or `myinstance.harperdbcloud.com`).
|
||||||
2. **Port**: The port number configured for your server (default is `9255`).
|
2. **Port**: The port number configured for your server (default is `9925`). If you are using HarperDB Studio(cloud), leave the field empty or set it to `443`.
|
||||||
3. **SSL**: Indicates whether the connection requires SSL encryption.
|
3. **SSL**: Indicates whether the connection requires SSL encryption.
|
||||||
4. **Username**: Your authentication username for HarperDB instance.
|
4. **Username**: Your authentication username for HarperDB instance.
|
||||||
5. **Password**: Your password for authentication (hidden for security purposes).
|
5. **Password**: Your password for authentication (hidden for security purposes).
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ Before following this guide, it is recommended to check the following doc: **[Us
|
||||||
## Connection
|
## Connection
|
||||||
|
|
||||||
To establish a connection with HarperDB, you need the following credentials:
|
To establish a connection with HarperDB, you need the following credentials:
|
||||||
1. **Host**: The hostname or IP address of your HarperDB instance (e.g., `https://myinstance.harperdbcloud.com`).
|
1. **Host**: The hostname or IP address of your HarperDB instance (e.g., `162.156.250.74` or `myinstance.harperdbcloud.com`).
|
||||||
2. **Port**: The port number configured for your server (default is `9255`).
|
2. **Port**: The port number configured for your server (default is `9925`). If you are using HarperDB Studio(cloud), leave the field empty or set it to `443`.
|
||||||
3. **SSL**: Indicates whether the connection requires SSL encryption.
|
3. **SSL**: Indicates whether the connection requires SSL encryption.
|
||||||
4. **Username**: Your authentication username for HarperDB instance.
|
4. **Username**: Your authentication username for HarperDB instance.
|
||||||
5. **Password**: Your password for authentication (hidden for security purposes).
|
5. **Password**: Your password for authentication (hidden for security purposes).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue