{
	"port":			    8015,
	"source_port":	8016,
	"log": {
		"stdout":     true,
		"json": {
			"file": 	  "/var/log/streammachine/streammachine.log",
			"level":	  "info"
		},
    "w3c": {
      "level":    "request",
      "file":     "/var/log/streammachine/streammachine-w3c.log"
    },
    "campfire": {
      "level":    "alert",
      "account":  "streammachine",
      "token":    "INSERT_CAMPFIRE_TOKEN",
      "room":     "123_ROOM_NUMBER"
    }
  },
  "alerts": {
    "email": {
      "mailer_type":      "SES",
      "mailer_options": {
        "AWSAccessKeyID": "MY_AWS_KEY",
        "AWSSecretKey":   "MY_AWS_SECRET"
      },
      "email_options": {
        "from":           "StreamMachine <streammachine@my.domain>",
        "to":             "stream_admin@my.domain"
      }
    }
  },
	"redis": {
		"server": "redis://localhost:6379"
	}
}
