Skip to content

Set release variables as they appear in the release launcher#16

Open
adamwight wants to merge 1 commit intoelixir-desktop:masterfrom
adamwight:robust-env
Open

Set release variables as they appear in the release launcher#16
adamwight wants to merge 1 commit intoelixir-desktop:masterfrom
adamwight:robust-env

Conversation

@adamwight
Copy link
Copy Markdown
Contributor

mix release creates a bin/ launcher for the application which sets up several environment variables. I've noticed that in some circumstances—currently unclear exactly when this is, maybe only if runtime.exs is used?—the Elixir config provider will try to assertively fetch these two variables from the environment.

We can set the variables without hurting use cases which don't require them.

`mix release` creates a bin/ launcher for the application which sets
up several environment variables.  I've noticed that in some
circumstances—currently unclear exactly when this is, maybe only if
`runtime.exs` is used?—the Elixir config provider will try to
assertively fetch these two variables from the environment.

We can set the variables without hurting use cases which don't require
them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant