Skip to content
Snippets Groups Projects
Commit 359f5033 authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Sane defaults for connection to Woken

parent b0272231
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,11 @@ akka {
debug {
receive = on
autoreceive = on
autoreceive = off
lifecycle = on
fsm = on
unhandled = on
event-stream = off
}
serializers {
......@@ -62,7 +64,7 @@ clustering {
ip = ${?CLUSTER_IP}
port = 4089
port = ${?CLUSTER_PORT}
seed-ip = "127.0.0.1"
seed-ip = "woken"
seed-ip = ${?CLUSTER_IP}
seed-ip = ${?WOKEN_PORT_8088_TCP_ADDR}
seed-port = 8088
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment