Add config/vm.args
Browse files- config/vm.args +13 -0
config/vm.args
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## HyperKitty Chromium :: BEAM VM arguments.
|
| 2 |
+
|
| 3 |
+
## Distributed node name -- project-local, not a machine-wide name.
|
| 4 |
+
-name hyperkitty@127.0.0.1
|
| 5 |
+
-setcookie hyperkitty_dev_cookie
|
| 6 |
+
|
| 7 |
+
## Keep the shell out of the way in a release; use `rebar3 shell`
|
| 8 |
+
## (which ignores this file) for interactive development.
|
| 9 |
+
-noshell
|
| 10 |
+
-noinput
|
| 11 |
+
|
| 12 |
+
+K true
|
| 13 |
+
+A 16
|