mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
fix: swap values in mysql constants
This commit is contained in:
@@ -15,8 +15,8 @@ const (
|
||||
// mysqlImage is the default image used for running MySQL in tests.
|
||||
mysqlImage = "docker.io/mysql:9"
|
||||
mysqlImageEnvVar string = "TEST_MYSQL_IMAGE"
|
||||
mysqlUser string = "password"
|
||||
mysqlPass string = "username"
|
||||
mysqlUser string = "username"
|
||||
mysqlPass string = "password"
|
||||
mysqlDatabase string = "fiber"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user