From 9741944e829dbbcecd4d28046f76c68ecef4d7ef Mon Sep 17 00:00:00 2001 From: Sanket Sarang Date: Mon, 12 Sep 2016 11:51:42 +0530 Subject: [PATCH] Updated readme file --- .idea/workspace.xml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2770340..88622f4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -74,8 +74,8 @@ - - + + @@ -1122,8 +1122,8 @@ - - + + diff --git a/README.md b/README.md index 80d007f..76c4b93 100644 --- a/README.md +++ b/README.md @@ -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/