mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-05-01 06:50:41 +00:00
6 lines
165 B
Elixir
Executable File
6 lines
165 B
Elixir
Executable File
#!/bin/sh
|
|
|
|
export ERL_AFLAGS="-proto_dist inet6_tcp"
|
|
export RELEASE_DISTRIBUTION="name"
|
|
export RELEASE_NODE="${FLY_APP_NAME}-${FLY_IMAGE_REF##*-}@${FLY_PRIVATE_IP}"
|