Skip to content

Commit 29e75f9

Browse files
Apply suggestions from code review
Co-authored-by: David Dougherty <[email protected]>
1 parent 78551d1 commit 29e75f9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/operate/redisinsight/configuration.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ weight: 5
2121
| RI_STDOUT_LOGGER | Logs to STDOUT. | `true` | |
2222
| RI_PROXY_PATH | Configures a subpath for a proxy. | n/a | Available only for Docker. |
2323

24-
## Pre-setup database connections
25-
Redis Insight allows you to pre-setup database connections using environment variables or a JSON file, enabling centralized and efficient configuration.
26-
There are two ways to pre-setup database connections in Redis Insight Electron and Docker:
27-
1. Using environment variables
28-
2. Using a JSON file
24+
## Preconfigure database connections
25+
Redis Insight allows you to preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration.
26+
There are two ways to preconfigure database connections in Redis Insight Electron and Docker:
27+
1. Use environment variables.
28+
1. Use a JSON file.
2929

30-
### Pre-setup database connections using environment variables
31-
Redis Insight allows you to pre-setup database connections using environment variables.
30+
### Preconfigure database connections using environment variables
31+
Redis Insight allows you to preconfigure database connections using environment variables.
3232

3333
**NOTES**:
3434
- To configure multiple database connections, replace the asterisk (*) in each environment variable with a unique identifier for each database connection. If setting up only one connection, you can omit the asterisk, and Redis Insight will default to using 0 as the ID.
@@ -50,8 +50,8 @@ Redis Insight allows you to pre-setup database connections using environment var
5050
| RI_REDIS_TLS_KEY_BASE64* | Private key for the client certificate in base64 format. | N/A | Indicate a private key in this environment variable or use another variable to get it from a file. |
5151
| RI_REDIS_TLS_KEY_PATH* | Path to private key file. | N/A | |
5252

53-
### Pre-setup database connections using a JSON file
54-
Redis Insight also allows you to pre-setup database connections using a JSON file.
53+
### Preconfigure database connections using a JSON file
54+
Redis Insight also allows you to preconfigure database connections using a JSON file.
5555

5656
**NOTES**
5757
- The JSON file format should match the one used when exporting database connections from Redis Insight.
@@ -61,7 +61,7 @@ Redis Insight also allows you to pre-setup database connections using a JSON fil
6161

6262
| Variable | Purpose | Default | Additional info |
6363
| --- | --- | --- | --- |
64-
| RI_PRE_SETUP_DATABASES_PATH | Path to a JSON file containing the database connections to pre-setup | |
64+
| RI_PRE_SETUP_DATABASES_PATH | Path to a JSON file containing the database connections to preconfigure | |
6565

6666
## Use Redis Insight behind a reverse proxy
6767

0 commit comments

Comments
 (0)