Skip to content

Commit

Permalink
bug fix for DDCCGW-717 : NPE for enableKidLevelDidGeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
dattatrayamote committed Sep 27, 2024
1 parent 2ea1543 commit fdd0b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dgc:
did:
cron: "0 0 2 * * *"
enableDidGeneration: true
enableKeyLevelDidGeneration: false
enableKidLevelDidGeneration: false
didUploadProvider: local-file
localFile:
directory: <root-directory-of-trustlist>
Expand Down

0 comments on commit fdd0b29

Please sign in to comment.