Skip to content

Commit

Permalink
chore: setup name of node
Browse files Browse the repository at this point in the history
  • Loading branch information
shonenada committed Mar 15, 2021
1 parent 71064d9 commit d4743f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/vm.args
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-sname arke
-sname arke@127.0.0.1

-setcookie arke_cookie

+K true
+A30

-mnesia -d 'arke_data'
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{erl_opts, [debug_info]}.
{deps, [
{cowboy, {git, "git://github.com/ninenines/cowboy.git", {tag, "2.8.0"}}}
]}.

{shell, [{config, "priv/sys.config"},
{setcookie, arke_cookie} ]}.

{dist_node, [{name, '[email protected]'}]}.

{relx, [{release, {arke, "0.1.0"},
[arke,
sasl]},
Expand Down

0 comments on commit d4743f1

Please sign in to comment.