Skip to content

Commit

Permalink
Remove unused endorser settings/parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Dec 18, 2024
1 parent d422ebc commit 4742b88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ services:
--auto-provision
--arg-file endorser-acapy-args.yml \
--inbound-transport http '0.0.0.0' ${ACAPY_ENDORSER_HTTP_PORT} \
--webhook-url '${ENDORSER_WEBHOOK_URL}' \
--genesis-url '${ACAPY_GENESIS_URL}' \
--endpoint ${ACAPY_ENDORSER_ENDPOINT} \
--wallet-name '${ENDORSER_ACAPY_WALLET_DATABASE}' \
Expand All @@ -192,9 +191,6 @@ services:
--admin '0.0.0.0' ${ACAPY_ENDORSER_ADMIN_PORT} \
--label '${ENDORSER_AGENT_NAME}' \
${ENDORSER_ACAPY_ADMIN_CONFIG} \
${ENDORSER_ACAPY_READ_ONLY_MODE} \
--endorser-protocol-role endorser \
--auto-endorse-transactions \
",
]
environment:
Expand All @@ -220,7 +216,6 @@ services:
--auto-provision
--arg-file endorser-acapy-args.yml \
--inbound-transport http '0.0.0.0' ${ACAPY_ENDORSER_1_HTTP_PORT} \
--webhook-url '${ENDORSER_1_WEBHOOK_URL}' \
--genesis-url '${ACAPY_GENESIS_URL_1}' \
--endpoint ${ACAPY_ENDORSER_1_ENDPOINT} \
--wallet-name '${ENDORSER_1_ACAPY_WALLET_DATABASE}' \
Expand All @@ -234,9 +229,6 @@ services:
--admin '0.0.0.0' ${ACAPY_ENDORSER_1_ADMIN_PORT} \
--label '${ENDORSER_AGENT_NAME}' \
${ENDORSER_ACAPY_ADMIN_CONFIG} \
${ENDORSER_ACAPY_READ_ONLY_MODE} \
--endorser-protocol-role endorser \
--auto-endorse-transactions \
",
]
environment:
Expand Down
1 change: 0 additions & 1 deletion scripts/endorser-acapy-args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ auto-ping-connection: true
auto-provision: true
monitor-ping: true
public-invites: true
plugin: 'acapy_agent.messaging.jsonld'
outbound-transport: http
log-level: info
endorser-protocol-role: endorser
Expand Down

0 comments on commit 4742b88

Please sign in to comment.