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 20
20
clear user_id first_name last_name email_address profile_id display_name token remember_me
21
21
end
22
22
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 ' ))
25
25
end
26
26
connector .internal .Worker .start
27
27
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ def get_env_name_base_url():
30
30
31
31
Note: The website runs on a URL of the form:
32
32
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.
33
36
"""
34
37
return "MWI_BASE_URL"
35
38
You can’t perform that action at this time.
0 commit comments