Fix some documentation whitespace (#27036)

This commit is contained in:
Arnout Engelen 2019-05-29 09:48:13 +02:00 committed by GitHub
parent fd45fcf58e
commit 34ac92df72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,14 +22,14 @@ object DnsDiscoverySpec {
//#configure-dns
akka {
discovery {
method = akka-dns
method = akka-dns
}
}
//#configure-dns
akka {
loglevel = DEBUG
}
akka.io.dns.async-dns.nameservers = ["localhost:${DnsDiscoverySpec.dockerDnsServerPort}"]
akka.io.dns.async-dns.nameservers = ["localhost:${DnsDiscoverySpec.dockerDnsServerPort}"]
""")
lazy val dockerDnsServerPort = SocketUtil.temporaryLocalPort()