Skip to content

Commit

Permalink
Revert "Enquote IPv6 address in this example"
Browse files Browse the repository at this point in the history
This reverts commit 1a06ba5.

Due to basho/cuttlefish#216. We will deal
with that later. FWIW values such as ::1:5672 parse successfully.
  • Loading branch information
michaelklishin committed Mar 22, 2016
1 parent 4f54fc8 commit f63e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/networking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Or using classic config format:

<pre class="code">
listeners.tcp.1 = 127.0.0.1:5672
listeners.tcp.2 = [::1]:5672
listeners.tcp.2 = ::1:5672
</pre>

Or, in the <a href="/configure.html#erlang-term-config-file">classic config format</a>:
Expand Down

0 comments on commit f63e2af

Please sign in to comment.