Skip to content

Commit

Permalink
Reduced argfile.yaml to changed settings
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Oct 16, 2024
1 parent 62ad2e6 commit a694683
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
33 changes: 0 additions & 33 deletions services/traction/charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,9 @@ traction:
walletKey:
existingSecret: traction-acapy-walletkey
argfile.yml:
auto-accept-invites: true
auto-accept-requests: true
auto-create-revocation-transactions: true
auto-ping-connection: true
auto-promote-author-did: true
auto-provision: true
auto-request-endorsement: true
auto-respond-credential-offer: false
auto-respond-credential-proposal: false
auto-respond-credential-request: true
auto-respond-messages: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: false
auto-store-credential: true
auto-verify-presentation: true
auto-write-transactions: true
emit-new-didcomm-mime-type: true
emit-new-didcomm-prefix: true
endorser-alias: endorser
endorser-protocol-role: author
genesis-transactions-list: /home/aries/ledgers.yml
label: '{{ include "acapy.label" .}}'
log-level: info
monitor-ping: true
monitor-revocation-notification: true
multitenant-admin: true
multitenant: true
notify-revocation: true
preserve-exchange-records: false
public-invites: true
read-only-ledger: false
tails-server-base-url: https://tails-dev.vonx.io
tails-server-upload-url: https://tails-dev.vonx.io
wallet-name: askar-wallet
wallet-storage-type: postgres_storage
wallet-type: askar
ledgers.yml:
- id: bcovrin-test
is_production: true
Expand Down
33 changes: 0 additions & 33 deletions services/traction/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,9 @@ traction:
walletKey:
existingSecret: traction-acapy-walletkey
argfile.yml:
auto-accept-invites: true
auto-accept-requests: true
auto-create-revocation-transactions: true
auto-ping-connection: true
auto-promote-author-did: true
auto-provision: true
auto-request-endorsement: true
auto-respond-credential-offer: false
auto-respond-credential-proposal: false
auto-respond-credential-request: true
auto-respond-messages: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: false
auto-store-credential: true
auto-verify-presentation: true
auto-write-transactions: true
emit-new-didcomm-mime-type: true
emit-new-didcomm-prefix: true
endorser-alias: endorser
endorser-protocol-role: author
genesis-transactions-list: /home/aries/ledgers.yml
label: '{{ include "acapy.label" .}}'
log-level: info
monitor-ping: true
monitor-revocation-notification: true
multitenant-admin: true
multitenant: true
notify-revocation: true
preserve-exchange-records: false
public-invites: true
read-only-ledger: false
tails-server-base-url: https://tails.vonx.io
tails-server-upload-url: https://tails.vonx.io
wallet-name: askar-wallet
wallet-storage-type: postgres_storage
wallet-type: askar
ledgers.yml:
- id: candy-prod
is_production: true
Expand Down
33 changes: 0 additions & 33 deletions services/traction/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,9 @@ traction:
walletKey:
existingSecret: traction-acapy-walletkey
argfile.yml:
auto-accept-invites: true
auto-accept-requests: true
auto-create-revocation-transactions: true
auto-ping-connection: true
auto-promote-author-did: true
auto-provision: true
auto-request-endorsement: true
auto-respond-credential-offer: false
auto-respond-credential-proposal: false
auto-respond-credential-request: true
auto-respond-messages: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: false
auto-store-credential: true
auto-verify-presentation: true
auto-write-transactions: true
emit-new-didcomm-mime-type: true
emit-new-didcomm-prefix: true
endorser-alias: endorser
endorser-protocol-role: author
genesis-transactions-list: /home/aries/ledgers.yml
label: '{{ include "acapy.label" .}}'
log-level: info
monitor-ping: true
monitor-revocation-notification: true
multitenant-admin: true
multitenant: true
notify-revocation: true
preserve-exchange-records: false
public-invites: true
read-only-ledger: false
tails-server-base-url: https://tails-test.vonx.io
tails-server-upload-url: https://tails-test.vonx.io
wallet-name: askar-wallet
wallet-storage-type: postgres_storage
wallet-type: askar
ledgers.yml:
- id: bcovrin-test
is_production: true
Expand Down

0 comments on commit a694683

Please sign in to comment.