live_beats/rel/env.sh.eex

7 lines
210 B
Elixir
Raw Normal View History

2021-11-16 16:58:22 +00:00
#!/bin/sh
ip=$(grep fly-local-6pn /etc/hosts | cut -f 1)
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=$FLY_APP_NAME@$ip
2021-11-17 15:40:31 +00:00
export ELIXIR_ERL_OPTIONS="-proto_dist inet6_tcp"
export LIVE_BEATS_SERVER_IP=$ip