codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

configuration factory should not require a file extension #219

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

If no file extension is provided, the configuration factory will attempt to find the file using the registered extensions.

codingchili commented 6 years ago

fixed.