Skip to content

Commit

Permalink
chore: add signup config options signup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Jun 22, 2022
1 parent e6abb01 commit b9c2303
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ module.exports = {
}),
},
},
signup: {
environment: process.env.ENVIRONMENT || 'staging',
signupUrl:
process.env.SIGNUP_URL ||
'https://signup-receiver.staging-service.newrelic.com',
reCaptchaToken:
process.env.RECAPTCHA_TOKEN ||
'6LdZ0xcgAAAAAPxQTpvn9B4qzTRhRM8llwvt41dX',
},
},
},
{
Expand Down

0 comments on commit b9c2303

Please sign in to comment.