diff --git a/docs/configuration-examples.md b/docs/configuration-examples.md index 66fa534..76c8b3f 100644 --- a/docs/configuration-examples.md +++ b/docs/configuration-examples.md @@ -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" ] } } @@ -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": { @@ -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": { @@ -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": [