Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Oct 29, 2024
1 parent 133ed1a commit 5541aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ legacy-portal-integration.legacyUrl=
# keytool -genkeypair -keyalg rsa -keysize 2048 -alias jwtsign -keystore jwtkeystore.jks
# NB! password for both keystore and alias should be the same
jwt-integration.signature.key-store=classpath:jwtkeystore.jks
jwt-integration.signature.key-store-password=ppjjpp
jwt-integration.signature.key-store-password=
jwt-integration.signature.keyStoreType=JKS
jwt-integration.signature.keyAlias=jwtsign
#Jwt issuer property
Expand Down

0 comments on commit 5541aa8

Please sign in to comment.