Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Credentials.init("localhost:10111","root","root","datastore-name");
```
All on-premise deployments of BlobCity ship with a default super admin user with username `root` and password `root`. The adapter connects to the webservice hosted by a running database, that starts on port 10111. If you are running the Java program from the same machine as the database, you can use `localhost:10111` for connecting or else use the appropriate IP of the server on which the database can be connected to along with the public port number.

More information on using the adapter can be found at: http://docs.blobcity.com
More information on using the adapter can be found at: https://blobcity.github.io/db-java-adapter/