Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit ece2df8

Browse files
authored
Merge pull request #13 from uniquelyparticular/05252019
Fix: README fixes
2 parents 5c27825 + e4816dc commit ece2df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Built with [Micro](https://github.com/zeit/micro)! 🤩
1111
Create a `.env` at the project root with the following credentials:
1212

1313
```dosini
14-
PROXY_ORIGIN_WHITELIST=localhost,*.zendesk.com,*.myshopify.com,*.now.sh
15-
PROXY_DESTINATION_WHITELIST=api.stripe.com,api.goshippo.com,api.shipengine.com,api.moltin.com,*.myshopify.com,*.salesforce.com,*.demandware.net
14+
PROXY_ORIGIN_WHITELIST=*.mysite.com,*.mycrmplaform.io,*.mycommerceplaform.com,*.now.sh
15+
PROXY_DESTINATION_WHITELIST=api.mygateway.com,api.myshippingplatform.com,api.mycommerceplaform.com,*.whatever.net
1616
```
1717

1818
`PROXY_ORIGIN_WHITELIST` is a comma separated list of patterns to match against the incoming requests 'Origin' header (ex. `localhost,*.myawesomesite.com,*.now.sh`)
@@ -91,7 +91,7 @@ $.ajax({
9191
beforeSend: xhr => {
9292
xhr.setRequestHeader(
9393
'X-Shopify-Access-Token',
94-
'1XXXXXxxxxxXXXXXxxxxxXXXXXxxxxx1'
94+
'{{setting.something_secure}}'
9595
)
9696
}
9797
})

0 commit comments

Comments
 (0)