Skip to content

Commit

Permalink
Set Pr and dev to have sovrin
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Oct 20, 2023
1 parent e766b75 commit 07d1a2a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ acapy:
generated: true
pluginInnkeeper:
generated: true
ledgers.yml:
- id: bcovrin-test
is_production: true
is_write: true
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "Ket75eV5UQvVkW2XBjgDH7"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
is_write: true
genesis_url: "http://dev.bcovrin.vonx.io/genesis"
endorser_did: "VGA8QzjQaL5xkXRHjAgQcj"
endorser_alias: "bcovrin-dev-endorser"
- id: sovrin-testnet
is_production: true
is_write: true
genesis_url: "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis"
endorser_did: "EZpKx6nT56Hv83JmNz7ik8"
endorser_alias: "sovrin-testnet-endorser"
plugin-config.yml:
traction_innkeeper:
innkeeper_wallet:
Expand All @@ -17,9 +36,12 @@ acapy:
ledger_id: bcovrin-test
- endorser_alias: bcovrin-dev-endorser
ledger_id: bcovrin-dev
- endorser_alias: sovrin-testnet-endorser
ledger_id: sovrin-testnet
create_public_did:
- bcovrin-test
- bcovrin-dev
- sovrin-testnet
reservation:
expiry_minutes: 7200
autoscaling:
Expand Down
22 changes: 22 additions & 0 deletions deploy/traction/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ acapy:
tenantid: "innkeeper"
argfile.yml:
wallet-name: default
ledgers.yml:
- id: bcovrin-test
is_production: true
is_write: true
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "Ket75eV5UQvVkW2XBjgDH7"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
is_write: true
genesis_url: "http://dev.bcovrin.vonx.io/genesis"
endorser_did: "VGA8QzjQaL5xkXRHjAgQcj"
endorser_alias: "bcovrin-dev-endorser"
- id: sovrin-testnet
is_production: true
is_write: true
genesis_url: "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis"
endorser_did: "EZpKx6nT56Hv83JmNz7ik8"
endorser_alias: "sovrin-testnet-endorser"
plugin-config.yml:
traction_innkeeper:
innkeeper_wallet:
Expand All @@ -22,9 +41,12 @@ acapy:
ledger_id: bcovrin-test
- endorser_alias: bcovrin-dev-endorser
ledger_id: bcovrin-dev
- endorser_alias: sovrin-testnet-endorser
ledger_id: sovrin-testnet
create_public_did:
- bcovrin-test
- bcovrin-dev
- sovrin-testnet
reservation:
expiry_minutes: 2880
auto_approve: true
Expand Down

0 comments on commit 07d1a2a

Please sign in to comment.