File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -833,9 +833,9 @@ defmodule Mix.Tasks.Release do
833
833
834
834
* `RELEASE_DISTRIBUTION` - how do we want to run the distribution.
835
835
May be `name` (long names), `sname` (short names) or `none`
836
- (distribution is not started automatically). Defaults to
837
- `sname` which allows access only within the current system.
838
- `name` allows external connections
836
+ (distribution is not started automatically). Defaults to `sname`.
837
+ When connecting nodes across hosts, you typically want to set
838
+ this to `name` (required to use IPs as host names)
839
839
840
840
* `RELEASE_BOOT_SCRIPT` - the name of the boot script to use when starting
841
841
the release. This script is used when running commands such as `start` and
You can’t perform that action at this time.
0 commit comments