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": "" + } }