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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Add any required modules to CoreDNS code as prompted.
26
26
27
27
In the Corefile, `mysql` can be configured with the following parameters:
28
28
29
-
`dsn` DSN for MySQL as per https://github.com/go-sql-driver/mysql examples.
29
+
`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.
30
30
`table_prefix` Prefix for the MySQL tables. Defaults to `coredns_`.
31
31
`max_lifetime` Duration (in Golang format) for a SQL connection. Default is 1 minute.
32
32
`max_open_connections` Maximum number of open connections to the database server. Default is 10.
0 commit comments