-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: various configuration fixes and flame fixes
- Loading branch information
1 parent
ff0ee38
commit 5c40226
Showing
4 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/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" | ||
export ERL_AFLAGS="-proto_dist inet6_tcp" | ||
export ECTO_IPV6="true" | ||
export DNS_CLUSTER_QUERY="${FLY_APP_NAME}.internal" | ||
export RELEASE_DISTRIBUTION="name" | ||
export RELEASE_NODE="${FLY_APP_NAME}-${FLY_IMAGE_REF##*-}@${FLY_PRIVATE_IP}" |