// 1. Copy this file to "config.json" for your own version that won't be
//    tracked in source control.
//
// 2. Delete these comments from the configuration so Grunt doesn't get confused
{
  "postmark": {
    "from": "jane@example.com",
    "to": "jon@example.com",
    "subject": "Test Email"
  },
  "templates": {
    "ephemeralUploadResultsProperty": "postmark-templates-upload-results",
    "cleanOutput": true,
    "file": "templates.json"
  }
}
