Skip to content

Commit

Permalink
🧑‍💻 Hyperledger -> OpenWallet Foundation
Browse files Browse the repository at this point in the history
* `hyperledger/aries-cloudagent-python` -> `openwallet-foundation/acapy`
  • Loading branch information
rblaine95 committed Feb 6, 2025
1 parent d520b0b commit ac7d6c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/dev/governance-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ env:
# ## DO NOT CHANGE VARIABLES BELOW
# ## Unless you know exactly what you are doing
# ## Changes will probably break CloudAPI
# Optional Helper Configurations - See https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/config/argparse.py
# Optional Helper Configurations - See https://github.com/openwallet-foundation/acapy/blob/main/acapy_agent/config/argparse.py
ACAPY_AUTO_ACCEPT_INVITES: false
ACAPY_AUTO_ACCEPT_REQUESTS: false
ACAPY_AUTO_PING_CONNECTION: true
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/dev/multitenant-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ env:
# ## DO NOT CHANGE VARIABLES BELOW
# ## Unless you know exactly what you are doing
# ## Changes will probably break CloudAPI
# Optional Helper Configurations - See https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/config/argparse.py
# Optional Helper Configurations - See https://github.com/openwallet-foundation/acapy/blob/main/acapy_agent/config/argparse.py
ACAPY_AUTO_ACCEPT_INVITES: true
ACAPY_AUTO_ACCEPT_REQUESTS: true
ACAPY_AUTO_PING_CONNECTION: true
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/local/governance-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ env:
# ## DO NOT CHANGE VARIABLES BELOW
# ## Unless you know exactly what you are doing
# ## Changes will probably break CloudAPI
# Optional Helper Configurations - See https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/config/argparse.py
# Optional Helper Configurations - See https://github.com/openwallet-foundation/acapy/blob/main/acapy_agent/config/argparse.py
ACAPY_AUTO_ACCEPT_INVITES: false
ACAPY_AUTO_ACCEPT_REQUESTS: false
ACAPY_AUTO_PING_CONNECTION: true
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/local/multitenant-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ env:
# ## DO NOT CHANGE VARIABLES BELOW
# ## Unless you know exactly what you are doing
# ## Changes will probably break CloudAPI
# Optional Helper Configurations - See https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/config/argparse.py
# Optional Helper Configurations - See https://github.com/openwallet-foundation/acapy/blob/main/acapy_agent/config/argparse.py
ACAPY_AUTO_ACCEPT_INVITES: true
ACAPY_AUTO_ACCEPT_REQUESTS: true
ACAPY_AUTO_PING_CONNECTION: true
Expand Down

0 comments on commit ac7d6c2

Please sign in to comment.