Skip to content

Commit

Permalink
enable importer (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro authored Dec 17, 2024
1 parent b86bc28 commit 926608e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ env:
value: "https://pki-smpc.worldcoin.org"

- name: SMPC__ENABLE_S3_IMPORTER
value: "false"
value: "true"

- name: SMPC__DB_CHUNKS_BUCKET_NAME
value: "iris-mpc-db-exporter-store-node-0-prod-eu-north-1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ env:
value: "https://pki-smpc.worldcoin.org"

- name: SMPC__ENABLE_S3_IMPORTER
value: "false"
value: "true"

- name: SMPC__DB_CHUNKS_BUCKET_NAME
value: "iris-mpc-db-exporter-store-node-1-prod-eu-north-1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ env:
value: "https://pki-smpc.worldcoin.org"

- name: SMPC__ENABLE_S3_IMPORTER
value: "false"
value: "true"

- name: SMPC__DB_CHUNKS_BUCKET_NAME
value: "iris-mpc-db-exporter-store-node-2-prod-eu-north-1"
Expand Down

0 comments on commit 926608e

Please sign in to comment.