Skip to content

Commit 3a2cb02

Browse files
authored
Merge pull request #2 from blobcity/develop
Updated readme file
2 parents fdc02bf + 9741944 commit 3a2cb02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Credentials.init("localhost:10111","root","root","datastore-name");
88
```
99
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.
1010

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

0 commit comments

Comments
 (0)