According to this part of the docs the config/releases.exs
will be evaluated on each start of the release, which mean you can use System.fetch_env/1
there and it will work as expected.
2 Likes
According to this part of the docs the config/releases.exs
will be evaluated on each start of the release, which mean you can use System.fetch_env/1
there and it will work as expected.