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

Commit

Permalink
Merge pull request #21 from uniquelyparticular/chore/nowjson
Browse files Browse the repository at this point in the history
chore: updated now.json keys
  • Loading branch information
agrohs committed Jun 3, 2019
2 parents 651b5f7 + f07046a commit 101f371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"alias": "particular-micro-cors-http-proxy.now.sh",
"env": {
"NODE_ENV": "production",
"PROXY_PREFIX": "@demo-proxy-prefix",
"PROXY_ORIGIN_WHITELIST": "@demo-proxy-origin-whitelist",
"PROXY_DESTINATION_WHITELIST": "@demo-proxy-destination-whitelist",
"PROXY_PREFIX": "@particular-proxy-prefix",
"PROXY_ORIGIN_WHITELIST": "@particular-proxy-origin-whitelist",
"PROXY_DESTINATION_WHITELIST": "@particular-proxy-destination-whitelist",
"PROXY_REPLACE_GATEWAY_SK": "@particular-gateway-sk"
},
"routes": [{ "src": "/(.*)", "dest": "/src" }],
Expand Down

1 comment on commit 101f371

@vercel
Copy link

@vercel vercel bot commented on 101f371 Jun 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.