Skip to content

Commit 5d8802f

Browse files
committed
fix: address review comments
1 parent 525dfa5 commit 5d8802f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

solutions/standard/DA-types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,25 +200,25 @@ The following example shows values for both disk and memory for the `auto_scalin
200200

201201
## Configuration <a name="configuration"></a>
202202

203-
The Configuration variable tunes the MySQL database to suit different use case. For more information, see [Configuration](https://cloud.ibm.com/docs/databases-for-rabbitmq?topic=databases-for-rabbitmq-changing-configuration&interface=cli).
203+
The Configuration variable tunes messages for RabbitMQ to suit different use case. For more information, see [Configuration](https://cloud.ibm.com/apidocs/cloud-databases-api/cloud-databases-api-v5#updatedatabaseconfiguration-request).
204204

205205
- Variable name: `configuration`
206-
- Type: An object with multiple attributes i.e. `default_authentication_plugin`
206+
- Type: An object with multiple attributes i.e. `delete_undefined_queues`
207207

208208
### Options for configuration
209209

210210
The configuration object in the input contains the following options
211211

212-
**Available Settings. [Learn more](https://cloud.ibm.com/docs/databases-for-rabbitmq?topic=databases-for-rabbitmq-changing-configuration&interface=cli#available-config-settings).**
212+
**Available Settings. [Learn more](https://cloud.ibm.com/apidocs/cloud-databases-api/cloud-databases-api-v5#updatedatabaseconfiguration-request)**
213213

214-
- `default_authentication_plugin`: Automatically delete undefined queues. (default: `???`).
214+
- `delete_undefined_queues`: Automatically delete undefined queues. (default: `???`).
215215

216216
### Example configuration
217217

218218
The following example shows values for the `configuration` input.
219219

220220
```hcl
221221
{
222-
default_authentication_plugin = true
222+
delete_undefined_queues = true
223223
}
224224
```

0 commit comments

Comments
 (0)