Skip to content

Commit

Permalink
fix: default provider conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Feb 3, 2018
1 parent c8e111f commit cd9c567
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lib/samplebot/conf/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"name": "Easy Bank",
"domain": "easybank.io"
},
"corda": {}
"corda": {
"apiKey": "<placeholder>",
"apiUrl": "<placeholder>"
}
}
5 changes: 4 additions & 1 deletion src/samplebot/conf/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"name": "Easy Bank",
"domain": "easybank.io"
},
"corda": {}
"corda": {
"apiKey": "<placeholder>",
"apiUrl": "<placeholder>"
}
}

0 comments on commit cd9c567

Please sign in to comment.