{
	"namespace": "lucyservices-dev",
	"transporter": {
		"nats": {
			"type": "NATS",
			"options": {
				"urls": [
					"nats://red-bugatti.local:4222",
					"nats://red-bugatti.local:4223",
					"nats://red-bugatti.local:4224"
				],
				"user": "client",
				"pass":
					"iD@iuJcq$Fxl1nyZpi.pOly!ex3trasubVeneUr.gPm1vsBVuodY6$l@9kb"
			}
		}
	},
	"redis_cluster": [
		{
			"port": 6379,
			"host": "red-bugatti.local"
		}
	],
	"redis_cache_cluster": [
		{
			"port": 6379,
			"host": "red-bugatti.local"
		}
	],
	"rethinkdb_cluster": {
		"servers": [
			{ "host": "red-bugatti.local", "port": 28015 },
			{ "host": "red-bugatti.local", "port": 28016 },
			{ "host": "red-bugatti.local", "port": 28017 },
			{ "host": "red-bugatti.local", "port": 28018 },
			{ "host": "red-bugatti.local", "port": 28019 }
		]
	},
	"metrics_reporter": {
		"prometheus": {
			"type": "prometheus",
			"push_url": "http://red-bugatti.local:9091"
		}
	}
}
