Fix COOKIE error by disabling cookies in release config
This commit is contained in:
parent
9b3b7ab39b
commit
495152826f
@ -34,7 +34,12 @@ defmodule SystemStatsDaemon.MixProject do
|
|||||||
include_executables_for: [:unix],
|
include_executables_for: [:unix],
|
||||||
applications: [runtime_tools: :permanent],
|
applications: [runtime_tools: :permanent],
|
||||||
include_erts: true,
|
include_erts: true,
|
||||||
strip_beams: false
|
strip_beams: false,
|
||||||
|
cookie: :disabled,
|
||||||
|
env: %{
|
||||||
|
"RELEASE_DISTRIBUTION" => "none",
|
||||||
|
"RELEASE_NODE" => "nonode@nohost"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user