config.example.js 251 B

12345678910
  1. module.exports = {
  2. /*
  3. Invisible reCaptcha site key
  4. Create one in https://www.google.com/recaptcha/intro/
  5. */
  6. RECAPTCHA_SITE_KEY: '',
  7. // Google analytics tracking ID
  8. GOOGLE_ANALYTICS_ID: '6Lc4TUAUAAAAAMRHnlEEt21UkPlOXKCXHaIapdTT',
  9. };