{
  "mode":         "master",
	"source_port":	8016,
	"master": {
		"port":       8020,
		"password":   "super_secure_password"
	},
	"log": {
		"stdout":     true,
		"json": {
			"file": 	  "/tmp/streammachine.log",
			"level":	  "info"
		},
        "w3c": {
            "level":    "request",
            "file":     "/tmp/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"
            }
        },
        "pagerduty": {
            "serviceKey" : "STREAM_MACHINE_SERVICE_KEY"
        }
    },
	"redis": {
		"server": "redis://localhost:6379"
	}
}
