var CONFIG = {
// URL of the spreadsheet template.
// This should be a copy of https://goo.gl/Ysrg9s.
SPREADSHEET_URL: 'YOUR_SPREADSHEET_URL',
// Array of addresses to be alerted via email if issues are found.
RECIPIENT_EMAILS: [
'YOUR_EMAIL_HERE'
],