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
@perrygeo yes. I want our customers to use all caps envars (priniciple of least surprise). Internally, however, many of us have MapboxAccessToken because of cloud formation. I'm going to push a commit that makes precedence more clear.
where
MAPBOX_ACCESS_TOKEN=123xyz
is set in my environment. If Iunset MAPBOX_ACCESS_TOKEN
it works.@sgillies is this just a matter of
MAPBOX_ACCESS_TOKEN
taking precedence overMapboxAccessToken
?The text was updated successfully, but these errors were encountered: