mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 00:02:41 -04:00
8 lines
335 B
Elixir
8 lines
335 B
Elixir
@echo off
|
|
rem Set the release to load code on demand (interactive) instead of preloading (embedded).
|
|
rem set RELEASE_MODE=interactive
|
|
|
|
rem Set the release to work across nodes.
|
|
rem RELEASE_DISTRIBUTION must be "sname" (local), "name" (distributed) or "none".
|
|
rem set RELEASE_DISTRIBUTION=name
|
|
rem set RELEASE_NODE=<%= @release.name %>
|