#!/bin/sh # Release environment configuration # This file is evaluated before the release starts # Disable Erlang distribution (not needed for this application) export RELEASE_DISTRIBUTION=none # Enable shell history in IEx export ERL_AFLAGS="-kernel shell_history enabled" # Set release node name export RELEASE_NODE=org_garden # Log to console by default export ELIXIR_ERL_OPTIONS="-noshell"