env variable clarity

This commit is contained in:
Jeff Escalante 2020-05-21 14:22:50 -04:00
parent c093b4903f
commit 10b79907a0
2 changed files with 4 additions and 0 deletions

3
website/.env Normal file
View File

@ -0,0 +1,3 @@
NEXT_PUBLIC_SEGMENT_WRITE_KEY='IyzLrqXkox5KJ8XL4fo8vTYNGfiKlTCm'
NEXT_PUBLIC_BUGSNAG_CLIENT_KEY='01625078d856ef022c88f0c78d2364f1'
NEXT_PUBLIC_BUGSNAG_SERVER_KEY='be8ed0d0fc887d547284cce9e98e60e5'

View File

@ -15,6 +15,7 @@ module.exports = withHashicorp({
},
],
},
// Note: These are meant to be public, it's not a mistake that they are here
env: {
HASHI_ENV: process.env.HASHI_ENV || 'development',
SEGMENT_WRITE_KEY: 'IyzLrqXkox5KJ8XL4fo8vTYNGfiKlTCm',