Skip to content

Commit

Permalink
Merge pull request #155 from WadeBarnes/main
Browse files Browse the repository at this point in the history
Migrate LSBC Prod Agent to Askar and wire to endorser service
  • Loading branch information
esune authored Oct 13, 2023
2 parents 5a5ccad + 0f230f4 commit 4faacba
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ADMIN_APPLICATION_DOMAIN=lsbc-agent-admin.apps.silver.devops.gov.bc.ca
# TAG_PREFIX=lsbc-
TAG_NAME=prod
# APP_CONFIG_MAP_NAME=agent-config
# APP_CONFIG_MOUNT_PATH=/home/indy/
# APP_CONFIG_MOUNT_PATH=/home/aries/
ACAPY_LABEL=The Law Society of British Columbia
ACAPY_READ_ONLY_LEDGER=false
AGENT_BASE_URL=https://lsbc-agent.apps.silver.devops.gov.bc.ca
Expand All @@ -44,12 +44,12 @@ AGENT_BASE_URL=https://lsbc-agent.apps.silver.devops.gov.bc.ca
# ACAPY_AUTO_VERIFY_PRESENTATION=true
# ACAPY_AUTO_PROVISION=true
# ACAPY_NOTIFY_REVOCATION=false
ACAPY_ENDORSER_ROLE=none
ACAPY_ENDORSER_ALIAS=
ACAPY_AUTO_REQUEST_ENDORSEMENT=false
ACAPY_AUTO_WRITE_TRANSACTIONS=false
ACAPY_CREATE_REVOCATION_TRANSACTIONS=false
ACAPY_WALLET_TYPE=indy
# ACAPY_ENDORSER_ROLE=author
# ACAPY_ENDORSER_ALIAS=Endorser
# ACAPY_AUTO_REQUEST_ENDORSEMENT=true
# ACAPY_AUTO_WRITE_TRANSACTIONS=true
# ACAPY_CREATE_REVOCATION_TRANSACTIONS=true
# ACAPY_WALLET_TYPE=askar
# ACAPY_WALLET_STORAGE_TYPE=postgres_storage
# WALLET_HOST=wallet
# WALLET_HOST_PORT=5432
Expand All @@ -60,7 +60,7 @@ ACAPY_WALLET_TYPE=indy
# WALLET_SEED=[a-zA-Z0-9]{32}
# WALLET_DID=[a-zA-Z0-9]{16}
# WALLET_SUFFIX=-lsbc
# TAILS_FILES_DIR=/home/indy/.indy_client/tails
# TAILS_FILES_DIR=/home/aries/.indy_client/tails
# TAILS_FILES_VOLUME_CLASS=netapp-file-standard
# TAILS_FILES_VOLUME_SIZE=1Gi
ACAPY_TAILS_SERVER_BASE_URL=https://tails.vonx.io
Expand Down

0 comments on commit 4faacba

Please sign in to comment.