Skip to content

Commit dcf7146

Browse files
committed
Fix spaces after suggestion.
1 parent 5dbffbc commit dcf7146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/platform/src/add-services/mysql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ You can configure your MySQL service in the [services configuration](/add-servic
345345
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
346346
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
347347
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
348-
| `rotate_passwords` | A boolean | 10.3+ | Allows disabling passwords rotation. Defaults to `true`. |
348+
| `rotate_passwords` | A boolean | 10.3+ | Allows disabling passwords rotation. Defaults to `true`. |
349349

350350
Example configuration:
351351

sites/upsun/src/add-services/mysql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ You can configure your MySQL service in the [services configuration](../_index.m
517517
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
518518
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
519519
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
520-
| `rotate_passwords` | A boolean | 10.3+ | Allows disabling passwords rotation. Defaults to `true`. |
520+
| `rotate_passwords` | A boolean | 10.3+ | Allows disabling passwords rotation. Defaults to `true`. |
521521

522522
Example configuration:
523523

0 commit comments

Comments
 (0)