Skip to content

Commit

Permalink
feat: add splitio configuration
Browse files Browse the repository at this point in the history
jerelmiller committed Sep 2, 2020
1 parent 666450b commit 04a6765
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -18,6 +18,21 @@ module.exports = {
contentPadding: '2rem',
maxWidth: '1700px',
},
splitio: {
core: {
authorizationKey: process.env.SPLITIO_AUTH_KEY,
},
env: {
development: {
features: {
'developer-website_global-header-gh-buttons': 'on',
},
core: {
authorizationKey: process.env.SPLITIO_AUTH_KEY || 'localhost',
},
},
},
},
newrelic: {
configs: {
production: {

0 comments on commit 04a6765

Please sign in to comment.