forked from hyperledger-archives/aries-acapy-plugin-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstartup.sh
17 lines (17 loc) · 827 Bytes
/
startup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
aca-py start \
-it acapy_plugin_toolbox.http_ws 0.0.0.0 "$PORT" \
-ot http \
-e "$ENDPOINT" "${ENDPOINT/http/ws}" \
--label "$AGENT_NAME" \
--auto-accept-requests --auto-ping-connection \
--auto-respond-credential-proposal --auto-respond-credential-offer --auto-respond-credential-request --auto-store-credential \
--auto-respond-presentation-proposal --auto-respond-presentation-request --auto-verify-presentation \
--invite --invite-role admin --invite-label "$AGENT_NAME (admin)" \
--genesis-url https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_sandbox_genesis \
--wallet-type indy \
--plugin acapy_plugin_toolbox \
--debug-connections \
--debug-credentials \
--debug-presentations \
--enable-undelivered-queue \
"$@"