Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit c839806

Browse files
author
ssddcodes
committed
minor bug fixes
1 parent 3891302 commit c839806

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929

3030
* We recommend you to operate the server in some secure workspace.
3131
* Always use WSS connections, for that you can setup nginx and proxy pass it.
32-
* Setup some Client Authentication by HTTP for example make http request to nginx and somehow authenticate request then upgrade connection to ws.
32+
* Setup some Client Authentication by HTTP for example make http request to nginx and somehow authenticate request then upgrade connection to ws.
33+
34+
## Changelog:-
35+
* With version 2.6.1, you can pass password to the jar file from a text file by:-
36+
`java -jar zotdb_server -pw /path/to/txt/file.txt`

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.ssdd</groupId>
88
<artifactId>zotdb_server</artifactId>
9-
<version>2.6</version>
9+
<version>2.6.1</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)