each config file has {node, "node[N]@127.0.0.1"}. as content, just as in readme.
but in all the releases the name of the node is always abc@local.home, as it is in the cuttlefish conf file. If I remove the node field from the cuttlefish conf file I get the following error:
vm.args needs to have a -name parameter.
-sname is not supported.
app.conf - config file for cuttlefish
The schema for the file is correct, it gets successfully parsed and config file gets generated.
In the rebar.config:
each config file has
{node, "node[N]@127.0.0.1"}.
as content, just as in readme. but in all the releases the name of the node is alwaysabc@local.home
, as it is in the cuttlefish conf file. If I remove the node field from the cuttlefish conf file I get the following error:Am I missing something?