Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tavern/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ var (
// EnvMySQLUser defines the MySQL user to authenticate as.
// EnvMySQLPasswd defines the password for the MySQL user to authenticate with.
// EnvMySQLDB defines the name of the MySQL database to use.
EnvMySQLAddr = EnvString{"MYSQL_ADDR", ""}
EnvMySQLNet = EnvString{"MYSQL_NET", "tcp"}
EnvMySQLUser = EnvString{"MYSQL_USER", "root"}
EnvMySQLPasswd = EnvString{"MYSQL_PASSWD", ""}
EnvMySQLDB = EnvString{"MYSQL_DB", "tavern"}
EnvMySQLAddr = EnvString{"MYSQL_ADDR", ""}
EnvMySQLNet = EnvString{"MYSQL_NET", "tcp"}
EnvMySQLUser = EnvString{"MYSQL_USER", "root"}
EnvMySQLPasswd = EnvString{"MYSQL_PASSWD", ""}
EnvMySQLDB = EnvString{"MYSQL_DB", "tavern"}

// EnvDBMaxIdleConns defines the maximum number of idle db connections to allow.
// EnvDBMaxOpenConns defines the maximum number of open db connections to allow.
Expand Down
Loading
Loading