diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-08-22 18:07:40 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-08-22 18:08:22 -0400 |
commit | 647addf5d6c78b2b8c941cc9cd8c57a3eb9f30b4 (patch) | |
tree | 4de88ed0c8b175b271b5d7da6076ebf3da40e466 /config/vm.args | |
parent | c7b6dc90e4cde0ac8524539fc02ab2943c88048a (diff) |
[DCAEGEN2-42] Initial commit of broker
Change-Id: I1c553c82d5b39a4c134c44e2320ac0e44785e0ef
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'config/vm.args')
-rw-r--r-- | config/vm.args | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/vm.args b/config/vm.args new file mode 100644 index 0000000..cbe012c --- /dev/null +++ b/config/vm.args @@ -0,0 +1,9 @@ +# only show the programmed prompt +-noshell + +## Name of the node +-sname cdapbroker@localhost + +## Cookie for distributed erlang +-setcookie cdapbroker + |