Skip to content

Commit

Permalink
chore: minor integration.env cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Jul 7, 2022
1 parent 45ada92 commit d982ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/config/integration.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ JWS_SIGN=false
JWS_SIGN_PUT_PARTIES=false

# Path to JWS signing key (private key of THIS DFSP)
JWS_SIGNING_KEY_PATH=/opt/app/secrets/jwsSigningKey.key
JWS_VERIFICATION_KEYS_DIRECTORY=/opt/app/secrets/jwsVerificationKeys
JWS_SIGNING_KEY_PATH=secrets/jwsSigningKey.key
JWS_VERIFICATION_KEYS_DIRECTORY=secrets/jwsVerificationKeys

# Location of certs and key required for TLS
# IN_CA_CERT_PATH=./secrets/cacert.pem
Expand Down

0 comments on commit d982ee3

Please sign in to comment.