From d90f61c2b787cf1c78807a20750a3cfeda7cf792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Ho=CC=88rberg?= Date: Wed, 20 Sep 2017 23:37:47 +0200 Subject: [PATCH] no user/pass in upstream url --- config/example_tls.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/example_tls.ini diff --git a/config/example_tls.ini b/config/example_tls.ini new file mode 100644 index 0000000..84effd2 --- /dev/null +++ b/config/example_tls.ini @@ -0,0 +1,11 @@ +[server] +upstream = amqp://localhost:5672 +defaultPrefetch = 1000 +maxConnections = 10000 + +[listen] +address = 127.0.0.1 +port = 5673 +tls = true +certificateChain = localhost.crt +privateKey = localhost.key