Skip to content

Commit

Permalink
fix(conf): allow type coercion for configuration options (kaizendorks#84
Browse files Browse the repository at this point in the history
)

* 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
ekarademir authored and jannesarja-processmaker committed Aug 20, 2024
1 parent c63e87f commit 5d47a50
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d47a50

Please sign in to comment.