Skip to content

Commit 11578a3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

522522
Example configuration:
523523

0 commit comments

Comments
 (0)