Skip to content

Commit 38dad53

Browse files
committed
fix documentation
Signed-off-by: Khash Sajadi <[email protected]>
1 parent 648b902 commit 38dad53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ mysql {
2222
}
2323
```
2424

25-
`dsn` DSN for MySQL as per https://github.com/go-sql-driver/mysql examples. You can use `$ENV_NAME` format in the DSN, and it will be replaced with the environment variable value.
26-
`table_prefix` Prefix for the MySQL tables. Defaults to `coredns_`.
27-
`max_lifetime` Duration (in Golang format) for a SQL connection. Default is 1 minute.
28-
`max_open_connections` Maximum number of open connections to the database server. Default is 10.
29-
`max_idle_connections` Maximum number of idle connections in the database connection pool. Default is 10.
30-
`ttl` Default TTL for records without a specified TTL in seconds. Default is 360 (seconds)
31-
`zone_update_interval` Maximum time interval between loading all the zones from the database. Default is 10 minutes.
25+
- `dsn` DSN for MySQL as per https://github.com/go-sql-driver/mysql examples. You can use `$ENV_NAME` format in the DSN, and it will be replaced with the environment variable value.
26+
- `table_prefix` Prefix for the MySQL tables. Defaults to `coredns_`.
27+
- `max_lifetime` Duration (in Golang format) for a SQL connection. Default is 1 minute.
28+
- `max_open_connections` Maximum number of open connections to the database server. Default is 10.
29+
- `max_idle_connections` Maximum number of idle connections in the database connection pool. Default is 10.
30+
- `ttl` Default TTL for records without a specified TTL in seconds. Default is 360 (seconds)
31+
- `zone_update_interval` Maximum time interval between loading all the zones from the database. Default is 10 minutes.
3232

3333
##3 Supported Record Types
3434

0 commit comments

Comments
 (0)