Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-neeraj committed Nov 12, 2024
1 parent 2dcbf60 commit 8a36d4a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions docs/configuration-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ Example configurations for Insomnia. Make sure to remove the comments before usi
"keystorePassword": "keystorepassword",

// domains to which this config should be applied to.
// defaults to ["mastercard.com","api.ethocaweb.com"]
"appliesTo": [
"mastercard.com",
"api.ethocaweb.com"
"mastercard.com"
]
}
}
Expand All @@ -39,10 +37,8 @@ Example configurations for Insomnia. Make sure to remove the comments before usi
"keystorePassword": "keystorepassword",

// domains to which this config should be applied to.
// defaults to ["mastercard.com","api.ethocaweb.com"]
"appliesTo": [
"mastercard.com",
"api.ethocaweb.com"
"mastercard.com"
],

"encryptionConfig": {
Expand Down Expand Up @@ -145,10 +141,8 @@ This is a real world example for an API which uses Mastercard Encryption.
"keystorePassword": "keystorepassword",

// domains to which this config should be applied to.
// defaults to ["mastercard.com","api.ethocaweb.com"]
"appliesTo": [
"mastercard.com",
"api.ethocaweb.com"
"mastercard.com"
],

"encryptionConfig": {
Expand Down Expand Up @@ -199,8 +193,7 @@ This is a real world example for an API which uses JWE Encryption.
"keystoreP12Path": "/path/to/auth-keystore.p12",
"keystorePassword": "keystorepassword",
"appliesTo": [
"mastercard.com",
"api.ethocaweb.com"
"mastercard.com"
],
"encryptionConfig": {
"paths": [
Expand Down

0 comments on commit 8a36d4a

Please sign in to comment.