-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CouchDBKeyValueStore ctor to ask for url
FAB-2355 Current constructor asks for a client instance, it should instead simply ask for the url and optionally the name of the database. Change-Id: Idfddd1c5f5ca5598ee47cb4bd931adb2e4c1e258 Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information
1 parent
f6a374c
commit a8554c1
Showing
15 changed files
with
556 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"couchdb-ip-addr" : "http://localhost", | ||
"couchdb-port" : "5984", | ||
"key-value-store" : "./impl/CouchDBKeyValueStore.js" | ||
"key-value-store" : "fabric-client/lib/impl/CouchDBKeyValueStore.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.