Skip to content

Commit

Permalink
removes secrets from browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Olasky committed Jul 11, 2018
1 parent 55b3009 commit b8ecb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

import config from '../../../config'

const merged = Object.assign({}, config.common, config[process.env.NODE_ENV] || {}, config.secrets || {})
const merged = Object.assign({}, config.common, config[process.env.NODE_ENV] || {})

export default Object.freeze(merged)

0 comments on commit b8ecb50

Please sign in to comment.