You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/redisinsight/configuration.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ weight: 5
21
21
| RI_STDOUT_LOGGER | Logs to STDOUT. |`true`||
22
22
| RI_PROXY_PATH | Configures a subpath for a proxy. | n/a | Available only for Docker. |
23
23
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.
29
29
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.
32
32
33
33
**NOTES**:
34
34
- 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
50
50
| 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. |
51
51
| RI_REDIS_TLS_KEY_PATH*| Path to private key file. | N/A ||
52
52
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.
55
55
56
56
**NOTES**
57
57
- 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
61
61
62
62
| Variable | Purpose | Default | Additional info |
63
63
| --- | --- | --- | --- |
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||
0 commit comments