We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bc8a7 commit 1e6f2d4Copy full SHA for 1e6f2d4
lib/mix/lib/mix/tasks/release.ex
@@ -833,9 +833,9 @@ defmodule Mix.Tasks.Release do
833
834
* `RELEASE_DISTRIBUTION` - how do we want to run the distribution.
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
+ (distribution is not started automatically). Defaults to `sname`.
+ When connecting nodes across hosts, you typically want to set
+ this to `name` (required to use IPs as host names)
839
840
* `RELEASE_BOOT_SCRIPT` - the name of the boot script to use when starting
841
the release. This script is used when running commands such as `start` and
0 commit comments