Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kant committed Oct 2, 2023
1 parent 5ffdec3 commit 2058624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/bootnode.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
priv_key_file: /keys/bootnode1
priv_key_file: /keys/bootnode
peer_type: bootnode
p2p_port: 13522
http_port: 13523
Expand Down
2 changes: 1 addition & 1 deletion config/builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
priv_key_file: /keys/builder1
priv_key_file: /keys/builder
peer_type: builder
p2p_port: 13522
http_port: 13523
Expand Down
2 changes: 1 addition & 1 deletion config/searcher.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
priv_key_file: /keys/searcher1
priv_key_file: /keys/searcher
peer_type: searcher
p2p_port: 13522
http_port: 13523
Expand Down

0 comments on commit 2058624

Please sign in to comment.