Read db-uri configuration from a separate file. (#1215)

* Read dburi configuration from a separate file.

* Add changelog entry.
This commit is contained in:
周丰
2018-12-04 13:58:29 -05:00
committed by Steve Chávez
parent 473ac70789
commit 0d6d112b38
6 changed files with 48 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- #1205, Add support for parsing JSON Web Key Sets -@russelldavies
- #1203, Add support for reading db-uri from a separate file - @zhoufeng1989
### Fixed