This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
docs/getting-started/deployment/remote Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,13 @@ Follow the steps below on each server before deploying:
7373 ```
7474
7575## Deploying Computation Party Server instances
76- Below steps need to be performed for each of the three servers on which the Computation Party Server runs.
77-
76+ The following steps need to be performed on each of the three servers running a Computation Party Server instance.
7877
7978### Steps
80791 . Create the configuration file at the repository root:
8180 - ` .env.party `
8281 ```
83- COORDINATION_SERVER_URL=http://192.168.0.199 :8005
82+ COORDINATION_SERVER_URL=http://192.168.0.100 :8005
8483 PARTY_API_KEY=81f47c24b9fbe22421ea3ae92a9cc8f6
8584 PARTY_HOSTS=["192.168.0.100", "192.168.0.101", "192.168.0.102"]
8685 PARTY_PORTS=[8006, 8007, 8008]
@@ -115,7 +114,7 @@ Below steps need to be performed for each of the three servers on which the Comp
1151141 . Create the configuration file at the repository root:
116115 - ` .env.consumer_api `
117116 ```
118- COORDINATION_SERVER_URL=http://192.168.0.199 :8005
117+ COORDINATION_SERVER_URL=http://192.168.0.100 :8005
119118 CERTS_PATH=certs
120119 PARTY_HOSTS=["192.168.0.100", "192.168.0.101", "192.168.0.102"]
121120 PARTY_PORTS=["8006","8007","8008"]
You can’t perform that action at this time.
0 commit comments