Skip to content

Commit

Permalink
Remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DispatchCommit committed Aug 16, 2020
1 parent 52a09e8 commit d6926b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ port=3000
APP_DEBUG=false
BITWAVE_ENV=production

IPINFO_TOKEN=idontthinkiusethisanymore
SENTRY_DSN=SENTRY_DSN_FOR_SENTRY_STUFF
SENTRY_AUTH_TOKEN=SENTRY_TOKEN_FOR_SENTRY_STUFF
SENTRY_ORG=SENTRY_ORG
Expand Down
2 changes: 0 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ module.exports = {

WORKBOX_DEBUG: process.env.WORKBOX_DEBUG,

IPINFO_TOKEN: process.env.IPINFO_TOKEN || '28731f83a6e092',

SSR_TIMEOUT: parseInt( process.env.SSR_TIMEOUT ) || 10 * 1000,
},

Expand Down

0 comments on commit d6926b9

Please sign in to comment.