Skip to content

Commit

Permalink
Change to prod vars
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Oct 4, 2019
1 parent cf8fad6 commit d1edec8
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 @@ -2,9 +2,9 @@
"version": 2,
"scope": "changesets",
"env": {
"APP_ID": "@dev-app-id",
"WEBHOOK_SECRET": "@dev-webhook-secret",
"PRIVATE_KEY": "@dev-private-key-base64-encoded"
"APP_ID": "@prod-app-id",
"WEBHOOK_SECRET": "@prod-webhook-secret",
"PRIVATE_KEY": "@prod-private-key-base64-encoded"
},
"builds": [{ "src": "now.js", "use": "@now/node" }],
"routes": [{ "src": "/", "dest": "/now.js" }]
Expand Down

1 comment on commit d1edec8

@vercel
Copy link

@vercel vercel bot commented on d1edec8 Oct 4, 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.