Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit afcc578

Browse files
authored
Merge pull request #4 from ZKStats/minor-fix-1
Minor fixes
2 parents b944086 + 59af1ff commit afcc578

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/getting-started/deployment/remote/manually.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8079
1. 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
115114
1. 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"]

0 commit comments

Comments
 (0)