Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(conf): allow type coercion for configuration options (kaizendorks#84
) * Adds type coercion option for a configuration * Coerces `mongod_port` to `int`, `ignore_cache` to `bool`, and `use_local_mongod` to `bool`. * Removes unnecessary warning log for user set MongoD port since the value is advertised with context.
- Loading branch information