File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,20 @@ children = [
2525]
2626```
2727
28+ Then in your config file, add:
29+
30+ ``` elixir
31+ config :my_app , :dns_cluster_query , [" app.internal" ]
32+ ```
33+
2834If you are deploying with Elixir releases, the release must be set to support longnames and
29- the node must be named. These can be set in your ` rel/env.sh.eex ` file:
35+ the node must be named, using their IP address by default. These can be set in your
36+ ` rel/env.sh.eex ` file:
3037
3138``` sh
3239#! /bin/sh
3340export RELEASE_DISTRIBUTION=name
34- export RELEASE_NODE=" myapp@fully-qualified-host-or- ip"
41+ export RELEASE_NODE=" myapp@fully-qualified-ip"
3542```
3643
3744By default, nodes from the same release will have the same cookie. If you want different
You can’t perform that action at this time.
0 commit comments