File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 clear user_id first_name last_name email_address profile_id display_name token remember_me
2121end
2222
23- if (strlength(getenv(' BASE_URL ' )) > 0 )
24- connector .internal .setConfig(' contextRoot' , getenv(' BASE_URL ' ))
23+ if (strlength(getenv(' MWI_BASE_URL ' )) > 0 )
24+ connector .internal .setConfig(' contextRoot' , getenv(' MWI_BASE_URL ' ))
2525end
2626connector .internal .Worker .start
2727
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ def get_env_name_base_url():
3030
3131 Note: The website runs on a URL of the form:
3232 www.<SERVER ADDRESS>:<PORT NUMBER>/<BASE_URL>/index.html
33+
34+ Note: If you are updating this value, remember to update the startup.m file
35+ that is used to notify the connector of the base url.
3336 """
3437 return "MWI_BASE_URL"
3538
You can’t perform that action at this time.
0 commit comments