Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the url (http, not https)
Browse files Browse the repository at this point in the history
ldemailly committed Oct 21, 2023
1 parent 3ca3e6b commit 1f985df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Distributed HA in memory store for Golang
go run . -config-port 7999
```

Then go change the `peers` on https://localhost:7999 to see:
Then go change the `peers` on http://localhost:7999/?type=dynamic to see:
```
20:26:10 I mstore.go:17> Peer set changed from to a,b,c,z
20:26:10 I mstore.go:23> Connecting to added Peer : "a"

0 comments on commit 1f985df

Please sign in to comment.