Skip to content

Commit

Permalink
Merge pull request #2 from blobcity/develop
Browse files Browse the repository at this point in the history
Updated readme file
  • Loading branch information
sanketsarang authored Sep 12, 2016
2 parents fdc02bf + 9741944 commit 3a2cb02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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/

0 comments on commit 3a2cb02

Please sign in to comment.