diff options
Diffstat (limited to 'docs/content/configuration/storage/mysql.md')
| -rw-r--r-- | docs/content/configuration/storage/mysql.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/configuration/storage/mysql.md b/docs/content/configuration/storage/mysql.md index 19c671b3f..7fc7b6908 100644 --- a/docs/content/configuration/storage/mysql.md +++ b/docs/content/configuration/storage/mysql.md @@ -70,19 +70,19 @@ the `unix` scheme or one of the `tcp` schemes. __Examples:__ -```yaml +```yaml {title="configuration.yml"} storage: mysql: address: 'tcp://127.0.0.1:3306' ``` -```yaml +```yaml {title="configuration.yml"} storage: mysql: address: 'tcp://[fd00:1111:2222:3333::1]:3306' ``` -```yaml +```yaml {title="configuration.yml"} storage: mysql: address: 'unix:///var/run/mysqld.sock' |
