Skip to content

Commit

Permalink
Updated Changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonpereyra committed May 29, 2020
1 parent d471f6f commit 76cef7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- New Clients settings can use `{{code}}` to have dinamic settings

## [2.0.1] - 2020-05-28
### Fixed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ You should configure the database config in your service, in order to get the co
},
"newClients": { // DB config that the clients will use
"type": "mongodb",
"host": "clients-host"
"host": "clients-host",
"database": "janis-{{code}}" // necesary to add dinamic database names
// ...
}
},
Expand Down

0 comments on commit 76cef7e

Please sign in to comment.