Skip to content

Commit

Permalink
no user/pass in upstream url
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Sep 20, 2017
1 parent 0224cbd commit d90f61c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/example_tls.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d90f61c

Please sign in to comment.