Skip to content

Commit

Permalink
provide correct IP of the mpc party 0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 24, 2024
1 parent e71bbbf commit c82eed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/stage/mpc2-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ env:
- name: SMPC__AWS__REGION
value: "eu-north-1"

- name: SMPC__SERVERS__BOOTSTRAP_URL
value: "10.15.48.156"

- name: SMPC__SERVERS__CODES_ENGINE_PORT
value: "4000"

Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/mpc3-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ env:
- name: SMPC__AWS__REGION
value: "eu-north-1"

- name: SMPC__SERVERS__BOOTSTRAP_URL
value: "10.15.48.156"

- name: SMPC__SERVERS__CODES_ENGINE_PORT
value: "4000"

Expand Down

0 comments on commit c82eed4

Please sign in to comment.