forked from hyperledger-archives/aries-acapy-plugin-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 3
/
alice.yml
58 lines (47 loc) · 1.38 KB
/
alice.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
52
53
54
55
56
57
58
label: Alice
invite-label: Alice (Admin)
wallet-name: alice
endpoint:
- http://localhost:3000
- ws://localhost:3000
inbound-transport:
- [acapy_plugin_toolbox.http_ws, 0.0.0.0, 3000]
admin: [0.0.0.0, 3001]
# Load toolbox plugin
plugin:
- acapy_plugin_toolbox
# Transport
outbound-transport: http
# Ledger
# Use Sovrin Builder Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_builder_genesis
# Admin
admin-insecure-mode: true
# Connections
debug-connections: true
debug-credentials: true
debug-presentations: true
auto-accept-invites: true
auto-accept-requests: true
auto-ping-connection: true
invite: true
invite-metadata-json: '{"group": "admin"}'
# Credentials and Presentations
preserve-exchange-records: true
auto-store-credential: true
auto-respond-credential-proposal: true
auto-respond-credential-offer: true
auto-respond-credential-request: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: true
auto-verify-presentation: true
tails-server-base-url: http://tails-server:6543
# Wallet
wallet-type: indy
wallet-key: "insecure, for use in demo only"
auto-provision: true
# Enable undelivered queue
# Important for communication with toolbox over http (as opposed to ws)
enable-undelivered-queue: true
# Catch Admin Trust Pings
monitor-ping: true