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
Find a way to pass the token all the way down from the top application
supervisor (or the closest sane descendant) to the shard payload module, such
that we can eventually swap it out for a user-supplied value. The topmost
module used to pass it in should simply call Application.get_env itself such
that no user-visible change is seen.
The text was updated successfully, but these errors were encountered:
Find a way to pass the token all the way down from the top application
supervisor (or the closest sane descendant) to the shard payload module, such
that we can eventually swap it out for a user-supplied value. The topmost
module used to pass it in should simply call
Application.get_env
itself suchthat no user-visible change is seen.
The text was updated successfully, but these errors were encountered: