Skip to content

Commit

Permalink
✨ add ACAPY_MULTITENANCY_CONFIGURATION and remove wallet_scheme from …
Browse files Browse the repository at this point in the history
…storage_config
  • Loading branch information
ff137 committed Oct 23, 2023
1 parent df7bcf5 commit 6108f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion environments/governance-ga/aca-py-agent.default.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ ACAPY_WALLET_NAME=Alice_Name
ACAPY_WALLET_KEY=alice_key
ACAPY_WALLET_TYPE=askar
ACAPY_WALLET_STORAGE_TYPE=postgres_storage
ACAPY_WALLET_STORAGE_CONFIG={"url":"governance-ga-wallets-db:5432","wallet_scheme":"MultiWalletSingleTable"}
ACAPY_WALLET_STORAGE_CONFIG={"url":"governance-multitenant-wallets-db:5432"}
ACAPY_WALLET_STORAGE_CREDS={"account":"postgres","password":"dbpass","admin_account":"postgres","admin_password":"dbpass"}
ACAPY_MULTITENANCY_CONFIGURATION={"wallet_type":"askar-profile","wallet_name":"askar-profile-name"}

ACAPY_LOG_LEVEL=error
ACAPY_AUTO_PROVISION=true

Expand Down
5 changes: 3 additions & 2 deletions environments/governance-multitenant/aca-py-agent.default.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ ACAPY_WALLET_NAME=Alice_Name
ACAPY_WALLET_KEY=alice_key
ACAPY_WALLET_TYPE=askar
ACAPY_WALLET_STORAGE_TYPE=postgres_storage

ACAPY_WALLET_STORAGE_CONFIG={"url":"governance-multitenant-wallets-db:5432","wallet_scheme":"MultiWalletSingleTable"}
ACAPY_WALLET_STORAGE_CONFIG={"url":"governance-multitenant-wallets-db:5432"}
ACAPY_WALLET_STORAGE_CREDS={"account":"postgres","password":"dbpass","admin_account":"postgres","admin_password":"dbpass"}
ACAPY_MULTITENANCY_CONFIGURATION={"wallet_type":"askar-profile","wallet_name":"askar-profile-name"}

ACAPY_LOG_LEVEL=error
ACAPY_AUTO_PROVISION=true

Expand Down

0 comments on commit 6108f5b

Please sign in to comment.