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