mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
allow setting the nodename explicitly in production
env setup should be as follows: export REPLACE_OS_VARS=true export NODENAME=philomena_0 or whatever you wish for the node name
This commit is contained in:
parent
ae6640e9d3
commit
306f4521e5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
## http://erlang.org/doc/man/erl.html
|
||||
|
||||
## Name of the node
|
||||
-name <%= release_name %>@127.0.0.1
|
||||
-name ${NODENAME}@127.0.0.1
|
||||
|
||||
## Cookie for distributed erlang
|
||||
-setcookie <%= release.profile.cookie %>
|
||||
|
|
Loading…
Reference in a new issue