Skip to content

Commit

Permalink
Merge pull request bcgov#191 from esune/fix/idim-dev-sit-ledgers
Browse files Browse the repository at this point in the history
Add CANdy Test to idim-sit dev agent
  • Loading branch information
WadeBarnes authored Mar 26, 2024
2 parents da5be89 + 413e83d commit 382ba05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- id: CANdyDev
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis'
- id: CANdyTest
is_production: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis'
- id: SovrinStagingNet
is_production: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
- id: BCovrinTest
is_production: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AGENT_ADMIN_PORT=8024
# ADMIN_API_KEY=[a-zA-Z0-9]{16}
API_HOST=api
AGENT_HTTP_PORT=8021
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy-idim.yaml
ACAPY_LOG_LEVEL=WARNING
ACAPY_INVITE_PUBLIC=true
ACAPY_PUBLIC_INVITES=true
Expand Down

0 comments on commit 382ba05

Please sign in to comment.