Skip to content

Commit

Permalink
moved execution configuration to test so they aren't included in core…
Browse files Browse the repository at this point in the history
… jar.
  • Loading branch information
Damon Rolfs committed Oct 2, 2014
1 parent 0aae2d3 commit 214076f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 57 deletions.
33 changes: 0 additions & 33 deletions src/main/resources/application.conf

This file was deleted.

24 changes: 0 additions & 24 deletions src/main/resources/logback.xml

This file was deleted.

19 changes: 19 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
akka {
loglevel = INFO

actor {
provider = "akka.cluster.ClusterActorRefProvider"
}

remote {
log-remote-lifecycle-events = off
netty.tcp {
hostname = "127.0.0.1"
port = 0
}
}

cluster {
auto-down-unreachable-after = 10s
}
}

0 comments on commit 214076f

Please sign in to comment.