Skip to content

Commit

Permalink
Merge pull request #253 from WadeBarnes/main
Browse files Browse the repository at this point in the history
Enable DRPC plugin on Service BC agents.
  • Loading branch information
esune authored Oct 23, 2024
2 parents 82c7d22 + 93b783d commit ba9217e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ACAPY_ENDORSER_ALIAS=Endorser
ACAPY_AUTO_REQUEST_ENDORSEMENT=true
ACAPY_AUTO_WRITE_TRANSACTIONS=true
ACAPY_CREATE_REVOCATION_TRANSACTIONS=true
ACAPY_PLUGIN=
ACAPY_PLUGIN=[rpc.v1_0]
ACAPY_PLUGIN_CONFIG=
ACAPY_WALLET_TYPE=askar
ACAPY_WALLET_STORAGE_TYPE=postgres_storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ACAPY_AUTO_WRITE_TRANSACTIONS=true
ACAPY_CREATE_REVOCATION_TRANSACTIONS=true
ACAPY_WALLET_TYPE=askar
ACAPY_WALLET_STORAGE_TYPE=postgres_storage
ACAPY_PLUGIN=
ACAPY_PLUGIN=[rpc.v1_0]
ACAPY_PLUGIN_CONFIG=
WALLET_HOST=wallet
WALLET_HOST_PORT=5432
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ACAPY_ENDORSER_ALIAS=Endorser
ACAPY_AUTO_REQUEST_ENDORSEMENT=true
ACAPY_AUTO_WRITE_TRANSACTIONS=true
ACAPY_CREATE_REVOCATION_TRANSACTIONS=true
ACAPY_PLUGIN=
ACAPY_PLUGIN=[rpc.v1_0]
ACAPY_PLUGIN_CONFIG=
ACAPY_WALLET_TYPE=askar
ACAPY_WALLET_STORAGE_TYPE=postgres_storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml
# ACAPY_AUTO_REQUEST_ENDORSEMENT=true
# ACAPY_AUTO_WRITE_TRANSACTIONS=true
# ACAPY_CREATE_REVOCATION_TRANSACTIONS=true
ACAPY_PLUGIN=
ACAPY_PLUGIN=[rpc.v1_0]
# ACAPY_PLUGIN_CONFIG=
# ACAPY_WALLET_TYPE=askar
# ACAPY_WALLET_STORAGE_TYPE=postgres_storage
Expand Down

0 comments on commit ba9217e

Please sign in to comment.