env.sh.eex 551 B

123456789101112131415161718
  1. #!/bin/sh
  2. # Sets and enables heart (recommended only in daemon mode)
  3. # case $RELEASE_COMMAND in
  4. # daemon*)
  5. # HEART_COMMAND="$RELEASE_ROOT/bin/$RELEASE_NAME $RELEASE_COMMAND"
  6. # export HEART_COMMAND
  7. # export ELIXIR_ERL_OPTIONS="-heart"
  8. # ;;
  9. # *)
  10. # ;;
  11. # esac
  12. # Set the release to work across nodes. If using the long name format like
  13. # the one below ([email protected]), you need to also uncomment the
  14. # RELEASE_DISTRIBUTION variable below.
  15. # export RELEASE_DISTRIBUTION=name
  16. # export RELEASE_NODE=<%= @release.name %>@127.0.0.1