You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ mysql {
22
22
}
23
23
```
24
24
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.
0 commit comments