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
# Needed if the installer detects a DNS resolver with a loopback address
238
-
# as an upstream DNS server
239
-
nameservers = ["8.8.8.8", "8.8.4.4"]
238
+
# Upstream DNS servers. This is needed if the installer detects a DNS resolver
239
+
# with a loopback address as an upstream DNS server.
240
+
# nameservers = ["8.8.8.8", "8.8.4.4"]
241
+
242
+
# HTTPS port you want to expose the RDI API on, if different from 443.
243
+
# https_port = 5443
240
244
241
245
[rdi.database]
242
246
host = "localhost"
@@ -266,7 +270,8 @@ The sections below describe the properties in more detail.
266
270
|`scaffold`| Do you want to enable [scaffolding]({{< relref "/integrate/redis-data-integration/reference/cli/redis-di-scaffold">}}) during the install? (true/false) |
267
271
|`db_index`| Integer to specify the source database typefor scaffolding. The options are 2 (MySQL/MariaDB), 3 (Oracle), 4 (PostgreSQL), and 5 (SQL Server). |
268
272
|`deploy_directory`| Path to the directory where you want to store the RDI configuration. |
269
-
|`nameservers`| This is needed if the installer detects a DNS resolver with a loopback address as an upstream DNS server (for example, `nameservers = ["8.8.8.8", "8.8.4.4"]`). |
273
+
|`nameservers`| Upstream DNS servers. This is needed if the installer detects a DNS resolver with a loopback address as an upstream DNS server (for example, `nameservers = ["8.8.8.8", "8.8.4.4"]`). |
274
+
|`https_port`| HTTPS port you want to expose the RDI API on, if different from 443. |
0 commit comments