Merge pull request #6858 from ToolJet/docs/harperfix

[docs] fix harperdb
This commit is contained in:
Akshay 2023-06-28 12:23:51 +05:30 committed by GitHub
commit d58eef9727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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).

View file

@ -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).