diff --git a/TheHive4/Administration/Clustering.md b/TheHive4/Administration/Clustering.md index 75f7ec8..5917aa2 100644 --- a/TheHive4/Administration/Clustering.md +++ b/TheHive4/Administration/Clustering.md @@ -12,13 +12,12 @@ In this guide, we are considering the node 1 to be the master node. Start by con ``` akka { - cluster.enable = on actor { + cluster.enable = on + actor { provider = cluster } remote.artery { canonical { - - } hostname = "" port = 2551 }