{
	"mysql": {
		"host": "analytics.dw.theorchard.com",
		"user": "dwuser",
		"password": "OrchP455",
		"db": "dw"
	},	
	"debug": true,
	"default_template": "admin.html.twig",
	"brine": {
		"redis": {
			"test": {
				"host": "127.0.0.1",
				"port": 6379
			},
			"dev": {
				"host": "127.0.0.1",
				"port": 6381
			},
			"prod": {
				"host": "",
				"port": null
			}
		},
		"to_file": false,
		"output": ""
	}	
}