Fix some documentation whitespace (#27036)
This commit is contained in:
parent
fd45fcf58e
commit
34ac92df72
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue