Skip to content

Commit

Permalink
chore: set encryption passwords for each LLO in integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Jun 28, 2024
1 parent 8edfa75 commit c9d249d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/client-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ services:
- IPFS_HOST=/dns4/ipfs1/tcp/5001
- IPFS_MIN_REPLICA=1
- IPFS_MAX_REPLICA=2
- ENC_PASSWORD=test
- ENC_PASSWORD_5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY=test1
- ENC_PASSWORD_5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y=test2
depends_on:
- private-database1
- ipfs-cluster1
Expand Down Expand Up @@ -79,7 +80,7 @@ services:
- IPFS_HOST=/dns4/ipfs2/tcp/5001
- IPFS_MIN_REPLICA=1
- IPFS_MAX_REPLICA=2
- ENC_PASSWORD=test
- ENC_PASSWORD_5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty=test
depends_on:
- private-database2
- ipfs-cluster2
Expand Down

0 comments on commit c9d249d

Please sign in to comment.