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

Error fixes #220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions TheHive4/Administration/Clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<My IP address>"
port = 2551
}
Expand Down