mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-15 20:51:03 +00:00
4 lines
149 B
Elixir
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
|