Skip to content

Commit c572a61

Browse files
committed
🎨 Add config map for auto recovery
`ACAPY_ENABLE_AUTO_REVOCATION_RECOVERY` maps to `anoncreds.revocation.auto_recovery_enabled`, such that it can be passed in wallet extra settings
1 parent b62fb39 commit c572a61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

acapy_agent/multitenant/admin/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"ACAPY_PRESERVE_EXCHANGE_RECORDS": "preserve_exchange_records",
5252
"ACAPY_PUBLIC_INVITES": "public_invites",
5353
"ACAPY_REQUESTS_THROUGH_PUBLIC_DID": "requests_through_public_did",
54+
"ACAPY_ENABLE_AUTO_REVOCATION_RECOVERY": "anoncreds.revocation.auto_recovery_enabled",
5455
}
5556

5657
ACAPY_LIFECYCLE_CONFIG_FLAG_ARGS_MAP = {

0 commit comments

Comments
 (0)