MigrateDB has many different parameters that can be set to configure its behavior. These parameters can be set through a variety of different means, depending on how you are using MigrateDB.
When using the API, config parameters can be set via calling methods on the configuration object returned
by MigrateDb.configure()
(e.g. MigrateDb.configure().connectRetries(5).load()
)
, configuration files.