arena icon indicating copy to clipboard operation
arena copied to clipboard

README clarification regarding authentication

Open Overdrivr opened this issue 7 years ago • 1 comments

It is not obvious from the README that credentials must be provided per-queue. An example would be helpful, something like

const arena = Arena({
	queues: [
		{
		  "name": "****",
		  "hostId": "*******",
		  "host": "*******",
		  "port": xxxxx,
		  "password": "**********************",
		},
		{
			// etc

Overdrivr avatar Jan 26 '18 10:01 Overdrivr

Thanks. Prs welcome :)

bradvogel avatar Jan 26 '18 15:01 bradvogel