Skip to content

Commit

Permalink
Changed Readme Example about .janiscommercerc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonpereyra committed Oct 9, 2019
1 parent 0b3e378 commit c29780a
Showing 1 changed file with 5 additions and 2 deletions.
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 c29780a

Please sign in to comment.