File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
libs/aries-basic-controller Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A simple pip installable package for controlling aries agents through admin API
4
4
5
5
# Install
6
6
7
- Current version 0.1.1
7
+ Current version 0.2
8
8
9
9
` python3 -m pip install aries_basic_controller `
10
10
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def parse_requirements(filename):
22
22
if __name__ == "__main__" :
23
23
setup (
24
24
name = PACKAGE_NAME ,
25
- version = "0.1.1 " ,
25
+ version = "0.2 " ,
26
26
author = "Will Abramson" ,
27
27
description = "A simple python package for controlling an aries agent through the admin-api interface" ,
28
28
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
- WALLET_NAME=${AGENT_WALLET_NAME}
22
22
- WALLET_TYPE=${WALLET_TYPE}
23
23
- WALLET_KEY=${AGENT_WALLET_KEY}
24
- - ACAPY_ADMIN_API_KEY=${AGENT_API_KEY}
24
+ - ACAPY_ADMIN_INSECURE_MODE=true
25
25
- GENESIS_URL=${GENESIS_URL}
26
26
ports :
27
27
- ${AGENT_HTTP_PORT}:${AGENT_HTTP_PORT}
You can’t perform that action at this time.
0 commit comments