live_beats/rel/env.sh.eex
2022-01-27 09:36:04 -05:00

4 lines
149 B
Elixir

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