1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00
algora-tv/rel/env.sh.eex
2024-08-16 20:45:29 +03:00

5 lines
184 B
Elixir

ip=$(grep fly-local-6pn /etc/hosts | cut -f 1)
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=$FLY_APP_NAME@$ip
export ERL_CRASH_DUMP=/dev/stderr
export ERL_CRASH_DUMP_BYTES=8192