add docker-compose for local testing
This commit is contained in:
@@ -270,7 +270,7 @@ func TestMySQL(t *testing.T) {
|
||||
NetworkDB: NetworkDB{
|
||||
Database: getenv("DEX_MYSQL_DATABASE", "mysql"),
|
||||
User: getenv("DEX_MYSQL_USER", "mysql"),
|
||||
Password: getenv("DEX_MYSQL_PASSWORD", ""),
|
||||
Password: getenv("DEX_MYSQL_PASSWORD", "mysql"),
|
||||
Host: host,
|
||||
Port: uint16(port),
|
||||
ConnectionTimeout: 5,
|
||||
|
Reference in New Issue
Block a user