rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Use prelaunch context instead of reading app env. variable

Open dumbbell opened this issue 1 year ago • 0 comments

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.

dumbbell avatar Dec 01 '23 13:12 dumbbell