Skip to content

Commit 5dbffbc

Browse files
raltfabpot
andauthored
Update sites/platform/src/add-services/mysql/_index.md
Co-authored-by: Fabien Potencier <[email protected]>
1 parent 11578a3 commit 5dbffbc

File tree

1 file changed

+1
-1
lines changed
  • sites/platform/src/add-services/mysql

1 file changed

+1
-1
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, default is true | 10.3+ | Allows disabling passwords rotation. |
348+
| `rotate_passwords` | A boolean | 10.3+ | Allows disabling passwords rotation. Defaults to `true`. |
349349

350350
Example configuration:
351351

0 commit comments

Comments
 (0)