From cd9c567447bedd368357f4eb8a60e6bffd807c6f Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Sat, 3 Feb 2018 12:54:46 -0500 Subject: [PATCH] fix: default provider conf --- lib/samplebot/conf/default.json | 5 ++++- src/samplebot/conf/default.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/samplebot/conf/default.json b/lib/samplebot/conf/default.json index 122c409fd..8082abd41 100644 --- a/lib/samplebot/conf/default.json +++ b/lib/samplebot/conf/default.json @@ -52,5 +52,8 @@ "name": "Easy Bank", "domain": "easybank.io" }, - "corda": {} + "corda": { + "apiKey": "", + "apiUrl": "" + } } diff --git a/src/samplebot/conf/default.json b/src/samplebot/conf/default.json index 122c409fd..8082abd41 100644 --- a/src/samplebot/conf/default.json +++ b/src/samplebot/conf/default.json @@ -52,5 +52,8 @@ "name": "Easy Bank", "domain": "easybank.io" }, - "corda": {} + "corda": { + "apiKey": "", + "apiUrl": "" + } }