Skip to content

Commit 428954e

Browse files
committed
🔧 Disable ledger
1 parent 0f0639b commit 428954e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/acapy-cloud/conf/local/governance-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ env:
182182
ACAPY_AUTO_PROVISION: true
183183
# Ledger
184184
ACAPY_GENESIS_URL: http://ledger-browser:8000/genesis
185-
# ACAPY_NO_LEDGER: true # TODO: disable ledger when switching to did:cheqd
185+
ACAPY_NO_LEDGER: true
186186

187187
ACAPY_PUBLIC_INVITES: true
188188
ACAPY_ENDORSER_ROLE: endorser

helm/acapy-cloud/conf/local/multitenant-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ env:
192192
ACAPY_AUTO_PROVISION: true
193193
# Ledger
194194
ACAPY_GENESIS_URL: http://ledger-browser:8000/genesis
195-
# ACAPY_NO_LEDGER: true # TODO: disable ledger when switching to did:cheqd
195+
ACAPY_NO_LEDGER: true
196196

197197
# Multi-tenant Configuration
198198
ACAPY_MULTITENANT: true

0 commit comments

Comments
 (0)