Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Sep 16, 2023
1 parent 15af198 commit 3a5c73a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ There are the version correspondence between zio-nebula and nebula-java:
| zio | zio-nebula | nebula-java |
|:-----:|:----------:|:-----------:|
| 2.0.x | 0.0.x | 3.6.0 |
| 2.0.x | 0.1.x | 3.6.0 |


## Example
Expand Down Expand Up @@ -102,22 +103,22 @@ Introduction for configuring keys:
Sample Configuration:
```hocon
{
graph = {
graph {
address = [
{
host = "127.0.0.1",
port = 9669
}
]
auth = {
auth {
username = "root"
password = "nebula"
}
spaceName = "test"
reconnect = true
}
meta = {
meta {
address = [
{
host = "127.0.0.1",
Expand All @@ -130,7 +131,7 @@ Sample Configuration:
enableSSL = false
}
storage = {
storage {
address = [
{
host = "127.0.0.1",
Expand Down

0 comments on commit 3a5c73a

Please sign in to comment.