This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
acapy-static-args.yml
51 lines (40 loc) · 1.58 KB
/
acapy-static-args.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# connection behaviour
public-invites: true # use public did
auto-accept-invites: false
auto-accept-requests: false
monitor-ping: true # enables the connection status in the ui
auto-ping-connection: true # needed when using the connection protocol, otherwise the connection might not become active
# auto message
auto-respond-messages: false
# auto credential exchange - issuer
auto-respond-credential-proposal: false
auto-respond-credential-request: false
# auto credential exchange - holder
auto-respond-credential-offer: false
auto-store-credential: true # needed as there is no ui
# auto presentation exchange
auto-respond-presentation-proposal: true # needed as there is no ui
auto-verify-presentation: false # always set to true in the controller
auto-respond-presentation-request: false
# keep credential exchange records after exchange has completed
preserve-exchange-records: false
# auto discover features protocol
auto-disclose-features: true
# wallet
auto-provision: true
wallet-type: 'askar'
# revocation notifications (anoncreds only)
notify-revocation: true
monitor-revocation-notification: true
# interoperability with other w3c wallets
# set to false if you experience connection issues with older (mobile) wallets
emit-new-didcomm-prefix: true
emit-new-didcomm-mime-type: true # if true, not backwards compatible with aca-py < 0.7.3
# general aca-py config
enable-undelivered-queue: true
exch-use-unencrypted-tags: true
plugin: 'aries_cloudagent.messaging.jsonld'
outbound-transport: http
log-level: info
# multi ledger support
genesis-transactions-list: './genesis-transaction-list.yml'