Skip to content

Commit

Permalink
feat: test adding --emit-did-peer-4 flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Walker <[email protected]>
  • Loading branch information
anwalker293 committed Feb 21, 2024
1 parent 67db40a commit 8565cf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
--no-ledger --admin 0.0.0.0 3001 --admin-insecure-mode
--debug-connections --auto-accept-invites --auto-accept-requests
--auto-ping-connection --log-level debug
--wallet-type askar --wallet-name agent --wallet-key insecure --auto-provision
--wallet-type askar --wallet-name agent --wallet-key insecure --auto-provision --emit-did-peer-4
ports:
- 4001:3001

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
--no-ledger --admin 0.0.0.0 3001 --admin-insecure-mode
--debug-connections --auto-accept-invites --auto-accept-requests
--auto-ping-connection --log-level debug
--wallet-type askar --wallet-name agent --wallet-key insecure --auto-provision
--wallet-type askar --wallet-name agent --wallet-key insecure --auto-provision --emit-did-peer-4
ports:
- 4001:3001

Expand Down
3 changes: 3 additions & 0 deletions int/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
--auto-accept-requests
--auto-ping-connection
--log-level debug
--emit-did-peer-4
ports:
- 3001:3001
healthcheck:
Expand All @@ -59,6 +60,7 @@ services:
--auto-accept-requests
--auto-ping-connection
--log-level debug
--emit-did-peer-4
ports:
- 3002:3001
healthcheck:
Expand Down Expand Up @@ -86,6 +88,7 @@ services:
--log-level debug
--open-mediation
--enable-undelivered-queue
--emit-did-peer-4
ports:
- 3003:3002
healthcheck:
Expand Down

0 comments on commit 8565cf1

Please sign in to comment.