Skip to content

Commit

Permalink
chore: repair tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPinsel committed Oct 6, 2023
1 parent dccdab7 commit 82ddbd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void initialize(ConfigurableApplicationContext applicationContext) {
"server.port=" + port,
"miw.host: localhost:${server.port}",
"miw.enforceHttps=false",
"miw.vcExpiryDate=1-1-2030",
"miw.encryptionKey="+ Base64.getEncoder().encodeToString(secretKey.getEncoded()),
"miw.authorityWalletBpn: BPNL000000000000",
"miw.authorityWalletName: Test-X",
Expand Down

0 comments on commit 82ddbd7

Please sign in to comment.