mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
5 lines
184 B
Elixir
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 |