Skip to content

Commit 81f9071

Browse files
committed
2 parents 2f3396d + 98b0f9f commit 81f9071

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports = module.exports = {
66
PORT: process.env.AMQP_PORT || "5672"
77
},
88
SENTRY: {
9-
DSN: process.env.SENTRY_DSN || 'wont work'
9+
DSN: process.env.SENTRY_DSN
1010
},
1111
RUNBOX: {
1212
DIR: process.env.RUNBOX_DIR || "/tmp/runbox"

package-lock.json

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)