We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8fad6 commit d1edec8Copy full SHA for d1edec8
now.json
@@ -2,9 +2,9 @@
2
"version": 2,
3
"scope": "changesets",
4
"env": {
5
- "APP_ID": "@dev-app-id",
6
- "WEBHOOK_SECRET": "@dev-webhook-secret",
7
- "PRIVATE_KEY": "@dev-private-key-base64-encoded"
+ "APP_ID": "@prod-app-id",
+ "WEBHOOK_SECRET": "@prod-webhook-secret",
+ "PRIVATE_KEY": "@prod-private-key-base64-encoded"
8
},
9
"builds": [{ "src": "now.js", "use": "@now/node" }],
10
"routes": [{ "src": "/", "dest": "/now.js" }]
0 commit comments