Skip to content

Commit c09d932

Browse files
authored
Merge pull request #59 from getoptimum/docs/update-guide-for-refactored-structure
docs: update guide and readme for refactored structure
2 parents 3bbe399 + f944928 commit c09d932

File tree

6 files changed

+274
-176
lines changed

6 files changed

+274
-176
lines changed

docker-compose-optimum.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- SIDECAR_PORT=33212 # default port for sidecar is 33212 for the grpc bidirectional streaming for the proxy
5454
- API_PORT=9090 # default port for API is 9090
5555
- IDENTITY_DIR=/identity
56-
#### configuration for optimumP2P
56+
#### configuration for mump2p
5757
- NODE_MODE=optimum # options: "gossipsub", "optimum"
5858
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
5959
- OPTIMUM_MAX_MSG_SIZE=1048576 # 1MB
@@ -83,7 +83,7 @@ services:
8383
- SIDECAR_PORT=33212 # default port for sidecar is 33212
8484
- API_PORT=9090 # default port for API is 9090
8585
- IDENTITY_DIR=/identity
86-
#### configuration for optimumP2P
86+
#### configuration for mump2p
8787
- NODE_MODE=optimum # options: "gossipsub", "optimum"
8888
- BOOTSTRAP_PEERS=/ip4/172.28.0.12/tcp/7070/p2p/${BOOTSTRAP_PEER_ID} # bootstrap from p2pnode-1
8989
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
@@ -114,7 +114,7 @@ services:
114114
- SIDECAR_PORT=33212 # default port for sidecar is 33212
115115
- API_PORT=9090 # default port for API is 9090
116116
- IDENTITY_DIR=/identity
117-
#### configuration for optimumP2P
117+
#### configuration for mump2p
118118
- NODE_MODE=optimum # options: "gossipsub", "optimum"
119119
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
120120
- OPTIMUM_MAX_MSG_SIZE=1048576 # default is 1MB
@@ -145,7 +145,7 @@ services:
145145
- SIDECAR_PORT=33212 # default port for sidecar is 33212
146146
- API_PORT=9090 # default port for API is 9090
147147
- IDENTITY_DIR=/identity
148-
#### configuration for optimumP2P
148+
#### configuration for mump2p
149149
- NODE_MODE=optimum # options: "gossipsub", "optimum"
150150
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
151151
- OPTIMUM_MAX_MSG_SIZE=1048576 # 1MB

0 commit comments

Comments
 (0)