You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,13 @@ config :libcluster,
37
37
database:"postgres",
38
38
port:5432,
39
39
parameters: [],
40
+
# optional, defaults to node cookie
40
41
channel_name:"cluster"
41
42
],
42
43
]
43
44
]
44
45
```
46
+
45
47
Then add it to your supervision tree:
46
48
47
49
```elixir
@@ -60,6 +62,6 @@ defmodule MyApp do
60
62
end
61
63
```
62
64
63
-
64
65
## Acknowledgements
65
-
A special thank you to [@gotbones](https://twitter.com/gotbones) for creating libcluster and [@kevinbuch_](https://twitter.com/kevinbuch_) for the original inspiration for this strategy.
66
+
67
+
A special thank you to [@gotbones](https://twitter.com/gotbones) for creating libcluster and [@kevinbuch\_](https://twitter.com/kevinbuch_) for the original inspiration for this strategy.
0 commit comments