Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Updated seed protocol to akka
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Roman committed Nov 27, 2019
1 parent 4ae116c commit 5a47d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ch/epfl/bluebrain/nexus/iam/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object Main {
val cluster = Cluster(as)
val seeds: List[Address] = appConfig.cluster.seeds.toList
.flatMap(_.split(","))
.map(addr => AddressFromURIString(s"akka.tcp://${appConfig.description.fullName}@$addr")) match {
.map(addr => AddressFromURIString(s"akka://${appConfig.description.fullName}@$addr")) match {
case Nil => List(cluster.selfAddress)
case nonEmpty => nonEmpty
}
Expand Down

0 comments on commit 5a47d61

Please sign in to comment.