Skip to content

Commit

Permalink
use different port
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <yuping@pingcap.com>
  • Loading branch information
pingyu committed Oct 3, 2023
1 parent 7ab3e81 commit cc8ec56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/config/tikv_rawkv.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ capacity = "128MB"
[storage]
reserve-space = "0MB"
enable-ttl = true

[server]
addr = "127.0.0.1:20160"
status-addr = "127.0.0.1:20180"
4 changes: 4 additions & 0 deletions .github/config/tikv_txnkv.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ capacity = "128MB"

[storage]
reserve-space = "0MB"

[server]
addr = "127.0.0.1:30160"
status-addr = "127.0.0.1:30180"

0 comments on commit cc8ec56

Please sign in to comment.