Skip to content

Commit

Permalink
DOC-4597 added missing space that messed up table rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-stark-redis committed Nov 26, 2024
1 parent 16d07c0 commit c2126ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ The sections below describe the properties in more detail.
| `scaffold` | Do you want to enable [scaffolding]({{< relref "/integrate/redis-data-integration/reference/cli/redis-di-scaffold" >}}) during the install? (true/false) |
| `db_index` | Integer to specify the source database type for scaffolding. The options are 2 (MySQL/MariaDB), 3 (Oracle), 4 (PostgreSQL), and 5 (SQL Server). |
| `deploy_directory` | Path to the directory where you want to store the RDI configuration. |
| `nameservers` |
| `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"]`). |

#### `rdi.database`

Expand Down

0 comments on commit c2126ce

Please sign in to comment.