Skip to content

Commit

Permalink
Merge a3485b9 into 0b3e378
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonpereyra committed Oct 9, 2019
2 parents 0b3e378 + a3485b9 commit e675305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Fixed
- Tests typo fix
- Readme example

## [3.0.0] - 2019-09-12
### Changed
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@ You can add database connection settings by adding the field names from the rece
```json
// .janiscommercerc.json
{
"databaseWriteType" : "someDBDriver",
"databaseReadType": "someOtherDBDriver",
"clients": {
"database": {
"databaseWriteType" : "someDBDriver",
"databaseReadType": "someOtherDBDriver",
"fields": {
"databaseKey": "core",
"table": "clients",
"identifierField": "code",
"read": {
"dbReadHost" : "host",
"dbReadProtocol" : "protocol",
Expand Down

0 comments on commit e675305

Please sign in to comment.