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 3d4e927 commit 557a83fCopy full SHA for 557a83f
now.json
@@ -4,7 +4,8 @@
4
"env": {
5
"APP_ID": "@prod-app-id",
6
"WEBHOOK_SECRET": "@prod-webhook-secret",
7
- "PRIVATE_KEY": "@prod-private-key-base64-encoded"
+ "PRIVATE_KEY": "@prod-private-key-base64-encoded",
8
+ "SENTRY_DSN": "@prod-sentry-dsn"
9
},
10
"builds": [{ "src": "now.js", "use": "@now/node" }],
11
"routes": [{ "src": "/", "dest": "/now.js" }]
0 commit comments