Skip to content

Commit

Permalink
Merge pull request #1459 from bcgov/chore/remove-unused-settings
Browse files Browse the repository at this point in the history
Remove unused endorser settings/parameters
  • Loading branch information
esune authored Dec 18, 2024
2 parents d422ebc + b18f6f0 commit 9fb2faa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions scripts/.env-example
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ ACAPY_ENDORSER_1_ENDPOINT=http://host.docker.internal:9032
ENDORSER_AGENT_NAME="Endorser Agent"
ENDORSER_CONNECTION_ALIAS=endorser

ENDORSER_ACAPY_READ_ONLY_MODE=

# Protect all admin endpoints with the provided API key
# Development setup (do not use in production!)
#ENDORSER_ACAPY_ADMIN_CONFIG=--admin-insecure-mode
Expand Down
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 9fb2faa

Please sign in to comment.