ash_hq/rel/env.sh.eex

6 lines
178 B
Elixir
Raw Normal View History

2022-03-26 10:17:01 +13:00
#!/bin/sh
ip=$(grep fly-local-6pn /etc/hosts | cut -f 1)
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=$FLY_APP_NAME@$ip
export ELIXIR_ERL_OPTIONS="-proto_dist inet6_tcp"