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
Change the order of endpoint_url alias global variable handling and fix bug in incorrect variable used to retrieve value
- ENDPOINT_URL needs to be handled before BASE_URL because BASE_URL is always defined with a default value and will cause ENDPOINT_URL alias to be ignored
- global variable was referencing config file variable name by accident
0 commit comments