You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use prelaunch context first and fallback to app env. variable
[Why]
We use the application environment as some kind of "cache" for the
configuration parameters and some system environment variables. However,
because we don't use `sys.config`, the application environment could be
reset to its default/empty state if we were to use Erlang releases.
[How]
For values that may come from the system environment, we use the
prelaunch context instead.
V2: If the value is unavailable from the context, we fall back to the
application environment variable. We still need this for the CLI and
some testsuites.
0 commit comments